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

Remove hard dependency on npm 3.x.x #51

Open
peh opened this issue Jul 2, 2021 · 0 comments
Open

Remove hard dependency on npm 3.x.x #51

peh opened this issue Jul 2, 2021 · 0 comments

Comments

@peh
Copy link

peh commented Jul 2, 2021

When trying to use a recent version of npm the install fails with:

> npm install
npm ERR! code EBADENGINE
npm ERR! engine Unsupported engine
npm ERR! engine Not compatible with your version of node/npm: lottie-react-web@2.2.2
npm ERR! notsup Not compatible with your version of node/npm: lottie-react-web@2.2.2
npm ERR! notsup Required: {"npm":"^3.0.0"}
npm ERR! notsup Actual:   {"npm":"7.5.3","node":"v15.9.0"}

using npm install --engine-strict false simply works.

It looks to me as if this is an old requirement that is not valid anymore.

peh added a commit to peh/lottie-react-web that referenced this issue Jul 2, 2021
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