screeps / driver

ISC License
26 stars 36 forks source link

Failing to install on ARM #3

Closed C0rn3j closed 7 years ago

C0rn3j commented 7 years ago

http://pastebin.com/1KL86m54

The ARM part is probably irrelevant but I am noting it anyways.

artch commented 7 years ago
make: execvp: g++: Permission denied

It seems you have some permission issues.

C0rn3j commented 7 years ago

Thanks for pointing out an useful error, I was missing the gcc package. Perhaps add a compiler to dependencies, if that is possible?

artch commented 7 years ago

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.