-
-
Notifications
You must be signed in to change notification settings - Fork 830
npm install fails without --build-from-source flag on node 12 on Ubuntu 18.04 #1329
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
Comments
Alright, looks like @KWEDE I'm happy to do any and all legwork, testing, etc. involved in making this happen. |
Would you be able to try on the latest version - v5.0.3? 🙂 |
Yeah, 5.0.3 works fine since it brings in a newer version of node-pre-gyp. |
OS: Ubuntu 18.40
Node: 12.16.3
NPM: 6.14.4
Working in a directory with only dependency of
sqlite: ^4.2.0
, if I donpm install
, it will always fail, whilenpm install --build-from-source
always works.The output of
npm install
is roughly:The build warnings seem the same in both cases, while doing
--build-from-source
does give a slightly shorter header of messages before the build stuff:The text was updated successfully, but these errors were encountered: