vuejs / vue-hackernews-2.0

HackerNews clone built with Vue 2.0, vue-router & vuex, with server-side rendering
MIT License
10.97k stars 2.16k forks source link

Added version error information. #408

Closed ghost closed 2 years ago

ghost commented 2 years ago

Added information on how to fix the version error.

npm install
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree   
npm ERR! 
npm ERR! While resolving: vue-hackernews-2.0@undefined
npm ERR! Found: webpack@3.11.0
npm ERR! node_modules/webpack
npm ERR!   dev webpack@"^3.8.1" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer webpack@"^4.1.0" from vue-loader@15.5.1
npm ERR! node_modules/vue-loader
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.