On Fri, Dec 28, 2012 at 11:25 AM, hashi101 <[email protected]> wrote: > I try to install v8-profiler on shared hosting(freeBSD) but get these > errors: > http://pastebin.com/mtRX2hjR > > any ideas?
I'll inline the paste for posterity. > npm install v8-profiler > npm http GET https://registry.npmjs.org/v8-profiler > npm http 304 https://registry.npmjs.org/v8-profiler > > > [email protected] install /usr/home/myuser/node_modules/v8-profiler > > node-gyp rebuild > > node-gyp: Permission denied > npm ERR! [email protected] install: `node-gyp rebuild` > npm ERR! `sh "-c" "node-gyp rebuild"` failed with 126 > npm ERR! > npm ERR! Failed at the [email protected] install script. The salient part is this error message: "node-gyp: Permission denied" It probably means node-gyp doesn't have +x set (or maybe it's some other permissions error - it should be trivial to fix, though.) -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
