vuejs / vue-hackernews-2.0

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

node high version run this demo #413

Open sunsboyxu opened 2 years ago

sunsboyxu commented 2 years ago

error with run yarn error upath@1.0.4: The engine "node" is incompatible with this module. Expected version ">=4 <=9". Got "14.18.2"

If the node version you are currently using is greater than 9 and you need to install a node version greater than 4 but less than 9, you can use nvm install 8,nvm use 8 node --version nvm current nvm install 8 npm install // yarn yarn build yarn start

Hope it can be explained in README.md