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

install.js doesn't appear to run as expected in node@16/npm@7 #72

Open
skgrush opened this issue Apr 23, 2021 · 1 comment
Open

install.js doesn't appear to run as expected in node@16/npm@7 #72

skgrush opened this issue Apr 23, 2021 · 1 comment

Comments

@skgrush
Copy link

skgrush commented Apr 23, 2021

We recently upgraded to node 16 and npm 7, and found that the install.js script is no longer running automatically during npm ci/npm install runs on clean node_modules.

Our current workaround is using adding to our own package.json "postinstall": "npm explore cldr-data -- npm run install", which covers us for the time-being.

I wouldn't be surprised if this is just a breaking change in npm 7.

@GEMI
Copy link

GEMI commented Jan 17, 2022

Same here.

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