Closed Kikobeats closed 2 years ago
I removed make gcc g++
because I don't understand at all why they are there.
Maybe because they are necessary in case an npm package has native C++ binding? in any case only g++
is necessary, right?
Maybe because they are necessary in case an npm package has native C++ binding?
Yes.
in any case only g++ is necessary, right?
From a few tests with the package inotify
, make
seems required, but not gcc
.
Hello,
I noted
nodejs
package doesn't addnpm
binary:However, using
nodejs-npm
adds both binaries:so I guess
nodejs
is a not necessary package at all?