Closed justincervantes closed 2 years ago
Hi @justincervantes,
Thanks for reporting this issue and for using Creative Tim products.
We did more types of tests, but unfortunately, we were not able to reproduce the error. However, the solving steps should be:
rm package-lock.json rm -rf node_modules npm update npm install
If this doesn’t work, could you try to install with another npm version? This may be another way to solve this.
Please let us know.
Best, UPDIVISION Team
Hi @justincervantes,
We would like to check if the issue was solved. Please let us know if there is anything else we can help with and if you have any other issues.
Best, UPDIVISION Team
Hi @justincervantes,
Hope this solved the problem. We will go ahead and close this ticket. If there is anything else that can be fixed or we can help with, please let us know.
Best, UPDIVISION Team
P.S. If you need help with any of your projects, we're happy to get in touch. We do custom development for start-ups and companies across the globe (you can check out our portfolio here https://updivision.com/portfolio and some happy clients over here https://updivision.com/testimonials). Don`t hesitate to drop us a line at office@updivision.com or by using our contact form (https://updivision.com/contact).
Prerequisites
Please answer the following questions for yourself before submitting an issue.
Expected Behavior
npm versions should be the same for vue and vue-server-renderer
Current Behavior
npm run build refuses to complete, throwing the below error. I can only resolve it by manually changing my vue versionto 2.6.14 from 2.6.12.
✖ Nuxt Fatal Error
│ Error:
│
│ Vue packages version mismatch:
│
│ - vue@2.6.12
│ - vue-server-renderer@2.6.14
Failure Information (for bugs)
Please help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template.
Steps to Reproduce
Context
Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.
Failure Logs
ENV development 09:38:56
FATAL 09:38:56
Vue packages version mismatch:
This may cause things to work incorrectly. Make sure to use the same version for both.
Vue packages version mismatch:
vue-server-renderer@2.6.14
This may cause things to work incorrectly. Make sure to use the same version for both.
at Object. (node_modules\vue-server-renderer\index.js:8:9)
at Module.o._compile (node_modules\jiti\dist\v8cache.js:2:2778)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
at Module.load (internal/modules/cjs/loader.js:950:32)
at Function.Module._load (internal/modules/cjs/loader.js:790:14)
at Module.require (internal/modules/cjs/loader.js:974:19)
at n (node_modules\jiti\dist\v8cache.js:2:2472)
at Object. (node_modules\@nuxt\vue-renderer\dist\vue-renderer.js:19:27)
at Module.o._compile (node_modules\jiti\dist\v8cache.js:2:2778)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
✖ Nuxt Fatal Error
│ Error:
│
│ Vue packages version mismatch:
│
│ - vue@2.6.12
│ - vue-server-renderer@2.6.14
npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! nuxt-argon-dashboard-pro@1.3.0 dev:
nuxt
npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the nuxt-argon-dashboard-pro@1.3.0 dev script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.npm ERR! A complete log of this run can be found in: npm ERR! C:...\npm-cache_logs\2021-09-10T15_38_56_800Z-debug.log