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

npm install fails on Node 12 #122

Closed
SeanKilleen opened this issue Sep 29, 2019 · 5 comments
Closed

npm install fails on Node 12 #122

SeanKilleen opened this issue Sep 29, 2019 · 5 comments
Labels
bug Something isn't working

Comments

@SeanKilleen
Copy link
Contributor

We currently use node 10.x on both the build server (and I use it on my local).

@jmweir reports that it failed on Node 12 for him.

Since that will be an active LTS soon, I want to ensure things will work appropriately.

As I get the chance, I'll install v12.x via nvm, re-do some of the dependencies, and see if I can get it working there and on the build server.

@SeanKilleen SeanKilleen added the bug Something isn't working label Sep 29, 2019
@SeanKilleen
Copy link
Contributor Author

@jmweir FYI I moved to v12.11.0 and everything worked fine for install and build.

You may want to try removing node_modules and installing / building again.

@jmweir
Copy link
Contributor

jmweir commented Sep 29, 2019

Issue recurs under node v12.10.0 installed via Homebrew on MacOS. Issue is documented here: nodejs/node#27389

@jmweir
Copy link
Contributor

jmweir commented Sep 29, 2019

I also confirm that npm install works for me without this fix, on both node 10 and 12 installed via nvm. That isolates this issue to node 12 from Homebrew. This fix does not break NVM Node 12.

@SeanKilleen
Copy link
Contributor Author

👍👍 sounds good! I'll close this then if you don't think it'll be a concern.

@jmweir
Copy link
Contributor

jmweir commented Sep 29, 2019

Actually I'd recommend merging that PR :-D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants