Skip to content
This repository has been archived by the owner on Jan 30, 2022. It is now read-only.

npm install fails due to missing gyp build dependencies #4

Open
TheSeven opened this issue Jun 5, 2019 · 2 comments
Open

npm install fails due to missing gyp build dependencies #4

TheSeven opened this issue Jun 5, 2019 · 2 comments

Comments

@TheSeven
Copy link

TheSeven commented Jun 5, 2019

On Ubuntu 18.04 (and I assume most other Debian-based systems as well), node-gyp will require the make and g++ packages to build native nodejs packages required by cryptpad.

@TheSeven
Copy link
Author

TheSeven commented Jun 5, 2019

Upon further inspection it looks like these packages might be pulled in by a recommendation from node-gyp on some systems, so this may work on a default installation of Ubuntu. Can't hurt to depend on these ones directly though, to fix systems which ignore recommendations.

@t2d
Copy link

t2d commented Jun 5, 2019

Thank you for pointing this out. A pull request would be very welcome.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants