-
Notifications
You must be signed in to change notification settings - Fork 14
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
NPM errors affecting MR deployments #1449
Comments
I was able to reproduce:
|
Can you wrap npm prune/update commands in a try catch, and have the catch remove the node_modules and retry once before actually erroring? |
Yes, that was the workaround I was thinking of (but hoping to NOT have to do). A quick Google also results in the recommendation of "use Yarn instead of NPM". |
I was able to work around by just removing |
Doing this in chipper currently is throwing errors for me:
It results in the following error:
and requires wiping chipper/node_modules to be able to continue. This has been happening in 2 different "locations" of deploying all rc/production sims.
The text was updated successfully, but these errors were encountered: