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

npm run setup failed with conflict node requirements #164

Open
coder-layne opened this issue Jan 21, 2025 · 2 comments
Open

npm run setup failed with conflict node requirements #164

coder-layne opened this issue Jan 21, 2025 · 2 comments

Comments

@coder-layne
Copy link

npm run setup failed under node@20, and failed again after downgrade to node@16.

error @achrinza/node-ipc@9.2.2: The engine "node" is incompatible with this module. Expected version "8 || 10 || 12 || 14 || 16 || 17". Got "20.18.0"
// after downgrade to node@16
error @testing-library/react@16.2.0: The engine "node" is incompatible with this module. Expected version ">=18". Got "16.20.2"
@devilwjp
Copy link
Collaborator

@coder-layne
As shown in the error message, upgrade your node version to at least 18 or above.

@coder-layne
Copy link
Author

@devilwjp Failed under node@18 also.

error @achrinza/node-ipc@9.2.2: The engine "node" is incompatible with this module. Expected version "8 || 10 || 12 || 14 || 16 || 17". Got "18.20.6"

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

2 participants