-
Notifications
You must be signed in to change notification settings - Fork 150
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
test-npm-install.js fails with Node.js 11.10.0 #680
Comments
So this is similar to #577. In Node.js 11.10.0 npm has been updated and npm has had an internal rewrite that has resulted in the message changing again. For reference:
npm 6.4.1 (Node.js 8 and 10):
npm 6.7.0 (Node.js 11.10.0):
citgm/test/npm/test-npm-install.js Line 128 in 27c6eb9
|
richardlau
added a commit
to richardlau/citgm
that referenced
this issue
Feb 16, 2019
The checked error message differs between the version of npm included in Node.js 11.10.0 compared to previous versions. Fixes: nodejs#680
3 tasks
Proposed fix in #681. |
BridgeAR
pushed a commit
that referenced
this issue
Feb 16, 2019
The checked error message differs between the version of npm included in Node.js 11.10.0 compared to previous versions. Fixes: #680
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From #679 (comment):
We have a test failure (
test-npm-install.js
) on Node.js 11.10.0 (which comes with a new npm): https://travis-ci.com/nodejs/citgm/jobs/178283173#L468-L869The text was updated successfully, but these errors were encountered: