The source project of this merge request has been removed.
Rework dependencies
As described in npm#1 (closed), node-gyp requires python
, make
and gcc
to build C++ modules. I.e. it won't work on a regular user system without base-devel
installed.
Although, forcing the whole build stack as hard dependencies is bad imo. It is not necessary for npm to work. So I made the deps optional.