question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Module not found: Error: Can't resolve 'Vue'

See original GitHub issue
ERROR in ./~/vue-loading-overlay/dist/vue-loading.min.js
Module not found: Error: Can't resolve 'Vue' in ./node_modules/vue-loading-overlay/dist'
 @ ./~/vue-loading-overlay/dist/vue-loading.min.js 1:82-96
 @ ./vue-source/src/main.js

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

3reactions
kernelcoredumpcommented, Mar 16, 2018

@mazurva What’s in your package.json? Check to make sure that vue is in your list of dependencies. vue-loading-overlay makes the assumption that the consuming app/package will also reference vue.

0reactions
ankurk91commented, Mar 18, 2018

@mazurva Thanks for reporting. This issue has been fixed in v2.0.3.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Module not found: Error: Can't resolve vue, path not correct
I have my webpack.config.js and node_modules in a subfolder. If I trying to execute: npm run build I get the error: ERROR in...
Read more >
Can't resolve 'vue' - Get Help
Webpack (which you are trying to run via npm run dev ) is trying to compile your index.js entry point. As such, it...
Read more >
Module not found: Error: Can't resolve ' Vuejs - Laracasts
Hi... In the router section, we want to route the pages through Nested Routes, but there is a problem, it does not recognize...
Read more >
Module 'vue' can't resolved in app.js · Issue #2717 - GitHub
My webpack.mix.js look like this: let mix = require('laravel-mix'), path = require('path'); mix.alias({ 'vue$': 'vue/dist/vue.esm.js', '@': path ...
Read more >
Can't resolve 'vue-class-component' - Syncfusion
A colleague of mine created this issue: https://github.com/syncfusion/ej2-vue-ui-components/issues/86.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found