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

Can't run "npm i" on PixiJS with npm 8 #7964

Closed
ShukantPal opened this issue Nov 7, 2021 · 2 comments · Fixed by #7998
Closed

Can't run "npm i" on PixiJS with npm 8 #7964

ShukantPal opened this issue Nov 7, 2021 · 2 comments · Fixed by #7998
Assignees

Comments

@ShukantPal
Copy link
Member

Is this intentional?

"npm": ">=7 <=7.20.2"

@domis86
Copy link
Contributor

domis86 commented Nov 7, 2021

@ShukantPal it seems it was introduced by @bigtimebuddy in #7929 - there is something about "npm bug" in description there

@bigtimebuddy
Copy link
Member

This is because npm >= 7.20.3 produces an error when attempting to do the version bump on the package-lock.json.

npm@8 should be fine for hosting and building, just not doing a release. I can add a check before doing a release to make sure npm is >=7 and < 7.20.3 so that we can support 8 more generally for the repo.

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

Successfully merging a pull request may close this issue.

3 participants