-
Notifications
You must be signed in to change notification settings - Fork 294
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
Figure out why NPM 6.11+ breaks our build #3134
Comments
reported. |
npm/npx#5 - Open issue causing the problem |
Set max heap globally (which is why we were using npx I believe): Something like this works as a script: |
Seems like nyc needs an update as well: I think 15 that just came out should fix windows nyc. |
Validated |
This is the build issue that hit us previously. Right now we are pinned at 6.10.3. But in 6.11+ we get an issue with -n command that we pass to webpack. NPM in this release had a number of issues with windows command lines and this issue on only showing on windows, so I would assume this is related (see notes in 6.11.1 6.11.2).
https://github.com/npm/cli/releases
The text was updated successfully, but these errors were encountered: