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

Dependency on specific npm Version #1033

Open
BenediktAllendorf opened this issue Feb 20, 2023 · 0 comments
Open

Dependency on specific npm Version #1033

BenediktAllendorf opened this issue Feb 20, 2023 · 0 comments

Comments

@BenediktAllendorf
Copy link

Hey everyone,

We're trying to use this package in our project, but the installation fails:

/app $ npm install @mapbox/assembly
npm ERR! code EBADENGINE
npm ERR! engine Unsupported engine
npm ERR! engine Not compatible with your version of node/npm: @mapbox/assembly@1.5.1
npm ERR! notsup Not compatible with your version of node/npm: @mapbox/assembly@1.5.1
npm ERR! notsup Required: {"node":">=14","npm":"^6.0.0"}
npm ERR! notsup Actual:   {"npm":"9.4.0","node":"v19.6.0"}

Is there a reason for limiting the usable npm version in such a way?
(Even if that is necessary for development, it might not be for projects using this library?)

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