Closed C0rn3j closed 7 years ago
make: execvp: g++: Permission denied
It seems you have some permission issues.
Thanks for pointing out an useful error, I was missing the gcc package. Perhaps add a compiler to dependencies, if that is possible?
I don't think it can be considered a specific project dependency, since it is pretty common for modules installed via npm install
to run node-gyp
native compiling. You cannot really use npm install
reliably if you have no gcc
installed.
http://pastebin.com/1KL86m54
The ARM part is probably irrelevant but I am noting it anyways.