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

Outdated - does not work with latest node js #32

Open
ClassyCircuit opened this issue Mar 27, 2023 · 1 comment
Open

Outdated - does not work with latest node js #32

ClassyCircuit opened this issue Mar 27, 2023 · 1 comment

Comments

@ClassyCircuit
Copy link

ClassyCircuit commented Mar 27, 2023

When running 'npm install', this project throws an error:

npm ERR! code EBADENGINE
npm ERR! engine Unsupported engine
npm ERR! engine Not compatible with your version of node/npm: [email protected]
npm ERR! notsup Not compatible with your version of node/npm: [email protected]
npm ERR! notsup Required: {"node":"^18.0.0","npm":"^8.0.0"}
npm ERR! notsup Actual:   {"npm":"9.5.0","node":"v18.15.0"}

Currently Node LTS is at 18.15, so this project needs to be updated accordingly.

@hamzahamidi
Copy link
Owner

It's just a check of engine. I tested the project with npm 8 version whereas you're using 9. You can disable that check in npmrc.

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