-
Notifications
You must be signed in to change notification settings - Fork 915
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Module build failed: TypeError: Cannot read property 'vue' of undefined #1177
Comments
Hi! You are using Webpack 4? |
Sorry, I forgot update vue-loader@latest |
i am having same issue: App.vue:1 Uncaught Error: Module build failed: TypeError: Cannot read property 'vue' of undefined |
my webpack version: "webpack": "^3.11.0", |
for webcpack ^4.x npm install [email protected] |
have you resolved this question? |
have the same problem |
any solution on this issue? |
Worked for me to update loader(s) to latest versions |
solved by downgrade sass-load to 7.1.0, worked piece:
|
I solved upgrading vue-loader to ^15.7.1 and removing explicit declaration of css-loader dependency. Note I'm using yarn |
i am using "webpack": "^4.41.6", Module build failed: TypeError: Cannot read property 'vue' of undefined give me the solution |
what for webpack ^5.x ? |
v15 is ok |
npm install vue-loader@15 works for webpack ^5.x |
i have this issue as well , several times downgraded the bootstrap and bootstrap-vue but not solved "dependencies": { Uncaught runtime errors: |
do you find any solution ? |
Module build failed: TypeError: Cannot read property 'vue' of undefined
at Object.module.exports (/some_path/node_modules/vue-loader/lib/loader.js:57:29)
The text was updated successfully, but these errors were encountered: