When I run: npm install -g sails
I get this error / warning: (node-gyp rebuild 2> builderror.log) || (exit 0) (node-gyp rebuild 2> builderror.log) || (exit 0)
I tried:
npm install -g node-gyp npm update npm install
nothing works. I used to have sails and worked on my machine until I deleted it. Now that I want to use it again, it refuses to install the package. Any suggestions?
source share