Skip to content
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

Closed
wants to merge 8 commits into from
Closed

Node 8 #496

wants to merge 8 commits into from

Conversation

matteofigus
Copy link
Member

🎉 🎈 😃

@matteofigus
Copy link
Member Author

Looks like 🔴 because of npm install.
Let's keep it opened and will try to reproduce locally

@diffalot
Copy link

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 npm install --save npm seems to get around the error

@matteofigus
Copy link
Member Author

Thanks for digging into this @diffalot, perhaps a quick upgrade to latest npm could do the job 👍

@mattiaerre
Copy link
Member

shall we do something like:

before_install:
  - "npm install -g npm@5"

in the .travis.yml file?

@matteofigus
Copy link
Member Author

matteofigus commented Jun 1, 2017

@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 ;)

@matteofigus matteofigus added the wip label Jun 1, 2017
@matteofigus matteofigus closed this Jun 1, 2017
@matteofigus matteofigus deleted the matteofigus-patch-1 branch June 1, 2017 17:49
@matteofigus
Copy link
Member Author

Closing this. Will reopen after I get it green locally and after merging #497

@matteofigus matteofigus mentioned this pull request Jun 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants