Skip to content

Rework dependencies

Hanabishi Recca requested to merge (removed):depend into main

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.

Merge request reports