-
-
Notifications
You must be signed in to change notification settings - Fork 359
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 install
of nyc@12 fails on Node.js 6
#852
Comments
Also, I can confirm that backing off to |
npm install
fails on Node.js 6npm install
of nyc@12 fails on Node.js 6
Having the same problem in my project that has nyc as a dependency. CI builds on travis are failing for node v5, v6 & v7. working fine with nyc 11.9.0 |
Can confirm, same probem for multiple projects. Also 12.0.1 did not fixed it |
It appears that use of I did a local test where I removed all |
…or explanation also see istanbuljs/nyc#852
…le node 6 builds on gitlab & travis ... until istanbuljs/nyc#852 is resolved
@Apollon77 @JustinBeckwith @jcane86, et. al. this should now be addressed in |
@bcoe just tried on two packages the fix works ✅ - thanks for the super quick response! |
Confirmed too. 12.0.2 fixes the issue |
@bcoe thaks for a quick fix!! |
With the latest version of
nyc
,npm install
is failing with node.js 6. To reproduce:That results in this error :/
My package.json in case it's helpful:
I'm seeing this both on my local machine as well as CIrcleCI, so it's probably not an environmental thing?
The text was updated successfully, but these errors were encountered: