wagerfield / nuxt-stack

Suite of modules and commands for building performant applications with zero configuration
https://nuxtstack.org
MIT License
66 stars 2 forks source link

Dependencies mssing #317

Open salvatorelopes opened 5 years ago

salvatorelopes commented 5 years ago

Ubuntu 18.04 yarn 1.19.1 node 12.10.0

Just tried your install process but got this error: This dependency was not found: friendly-errors 09:50:16 friendly-errors 09:50:16 * /var/www/example/.nuxt/client.js in multi eventsource-polyfill webpack-hot-middleware/client?reload=true&timeout=30000&ansiColors=&overlayStyles=&name=client&path=/__webpack_hmr/client ./.nuxt/client.js friendly-errors 09:50:16 To install it, you can run: npm install --save /var/www/example/.nuxt/client.js

KazakovKirill commented 4 years ago

Same issue

andriilive commented 4 years ago

ERROR in ./.nuxt/components/nuxt-loading.vue Module Error (from ./node_modules/vue-loader/lib/index.js):

Vue packages version mismatch:

This may cause things to work incorrectly. Make sure to use the same version for both. If you are using vue-loader@>=10.0, simply update vue-template-compiler. If you are using vue-loader@<10.0 or vueify, re-installing vue-loader/vueify should bump vue-template-compiler to the latest.

@ ./.nuxt/App.js 21:0-56 230:17-28 @ ./.nuxt/index.js @ ./.nuxt/client.js @ multi ./.nuxt/client.js

ERROR in ./.nuxt/components/nuxt-error.vue Module Error (from ./node_modules/vue-loader/lib/index.js):

Vue packages version mismatch:

This may cause things to work incorrectly. Make sure to use the same version for both. If you are using vue-loader@>=10.0, simply update vue-template-compiler. If you are using vue-loader@<10.0 or vueify, re-installing vue-loader/vueify should bump vue-template-compiler to the latest.

@ ./.nuxt/index.js 21:0-52 432:0-32 @ ./.nuxt/client.js @ multi ./.nuxt/client.js

ERROR in ./.nuxt/layouts/default.vue Module Error (from ./node_modules/vue-loader/lib/index.js):

Vue packages version mismatch:

This may cause things to work incorrectly. Make sure to use the same version for both. If you are using vue-loader@>=10.0, simply update vue-template-compiler. If you are using vue-loader@<10.0 or vueify, re-installing vue-loader/vueify should bump vue-template-compiler to the latest.

@ ./.nuxt/App.js 24:0-46 26:14-23 @ ./.nuxt/index.js @ ./.nuxt/client.js @ multi ./.nuxt/client.js

ERROR in ./app/pages/index.vue Module Error (from ./node_modules/vue-loader/lib/index.js):

Vue packages version mismatch:

This may cause things to work incorrectly. Make sure to use the same version for both. If you are using vue-loader@>=10.0, simply update vue-template-compiler. If you are using vue-loader@<10.0 or vueify, re-installing vue-loader/vueify should bump vue-template-compiler to the latest.

@ ./.nuxt/router.js 7:24-9:3 @ ./.nuxt/index.js @ ./.nuxt/client.js @ multi ./.nuxt/client.js

ERROR in ./.nuxt/components/nuxt-loading.vue Module build failed (from ./node_modules/vue-loader/lib/index.js): TypeError: Cannot read property 'parseComponent' of undefined at parse (/Users/andy/Documents/web-reactive/nuxt-stack/node_modules/@vue/component-compiler-utils/dist/parse.js:14:23) at Object.module.exports (/Users/andy/Documents/web-reactive/nuxt-stack/node_modules/vue-loader/lib/index.js:67:22) @ ./.nuxt/App.js 21:0-56 230:17-28 @ ./.nuxt/index.js @ ./.nuxt/client.js @ multi ./.nuxt/client.js

ERROR in ./.nuxt/components/nuxt-error.vue Module build failed (from ./node_modules/vue-loader/lib/index.js): TypeError: Cannot read property 'parseComponent' of undefined at parse (/Users/andy/Documents/web-reactive/nuxt-stack/node_modules/@vue/component-compiler-utils/dist/parse.js:14:23) at Object.module.exports (/Users/andy/Documents/web-reactive/nuxt-stack/node_modules/vue-loader/lib/index.js:67:22) @ ./.nuxt/index.js 21:0-52 432:0-32 @ ./.nuxt/client.js @ multi ./.nuxt/client.js

ERROR in ./.nuxt/layouts/default.vue Module build failed (from ./node_modules/vue-loader/lib/index.js): TypeError: Cannot read property 'parseComponent' of undefined at parse (/Users/andy/Documents/web-reactive/nuxt-stack/node_modules/@vue/component-compiler-utils/dist/parse.js:14:23) at Object.module.exports (/Users/andy/Documents/web-reactive/nuxt-stack/node_modules/vue-loader/lib/index.js:67:22) @ ./.nuxt/App.js 24:0-46 26:14-23 @ ./.nuxt/index.js @ ./.nuxt/client.js @ multi ./.nuxt/client.js

ERROR in ./app/pages/index.vue Module build failed (from ./node_modules/vue-loader/lib/index.js): TypeError: Cannot read property 'parseComponent' of undefined at parse (/Users/andy/Documents/web-reactive/nuxt-stack/node_modules/@vue/component-compiler-utils/dist/parse.js:14:23) at Object.module.exports (/Users/andy/Documents/web-reactive/nuxt-stack/node_modules/vue-loader/lib/index.js:67:22) @ ./.nuxt/router.js 7:24-9:3 @ ./.nuxt/index.js @ ./.nuxt/client.js @ multi ./.nuxt/client.js

ERROR in ./.nuxt/App.js Module not found: Error: Can't resolve 'sass-loader' in '/Users/andy/Documents/web-reactive/nuxt-stack' @ ./.nuxt/App.js 23:0-34 @ ./.nuxt/index.js @ ./.nuxt/client.js @ multi ./.nuxt/client.js

andriilive commented 4 years ago

Not elegant, but works npm install --save nuxt@2.9.2 nuxt-stack

andriilive commented 4 years ago

and actually npm install nuxt nuxt-stack npx nuxt init works too. MB Yarn issue?

KazakovKirill commented 4 years ago

@andriilive Thanks! I'll try this

wagerfield commented 4 years ago

Just published v0.8.1 to NPM. Please let me know if this resolves this and let me know if this issue can be closed or not.