-
Notifications
You must be signed in to change notification settings - Fork 122
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
Node 8 #496
Node 8 #496
Conversation
Looks like 🔴 because of npm install. |
I have been able to reproduce this. https://github.com/opentable/oc/blob/master/npm-shrinkwrap.json#L5066-L5070 it turns out that npm 3.10.8 has a dependency on asap that resolves to an uber internal registry, and installing on node 6 with npm 3.10.10 works fine, but installing with node 8 and npm 5 does not work. I'm not sure what the path past this is, it may be resolved by #404 or perhaps a upgrade to a newer npm version is safe to do? running |
Thanks for digging into this @diffalot, perhaps a quick upgrade to latest npm could do the job 👍 |
shall we do something like: before_install:
- "npm install -g npm@5" in the .travis.yml file? |
@mattiaerre I think the issue is not related to the npm used for the install, but the npm used as dependency in the registry. I will update that asap and it should fix. Leave it to me ;) |
issue w/ plugins detective
…tteofigus-patch-1
Closing this. Will reopen after I get it green locally and after merging #497 |
🎉 🎈 😃