Skip to content
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

node high version run this demo #413

Open
sunsboyxu opened this issue Aug 30, 2022 · 0 comments
Open

node high version run this demo #413

sunsboyxu opened this issue Aug 30, 2022 · 0 comments

Comments

@sunsboyxu
Copy link

sunsboyxu commented Aug 30, 2022

error with run yarn
error [email protected]: 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant