Skip to content

Instantly share code, notes, and snippets.

@calvinbushor
Created November 26, 2012 19:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save calvinbushor/4150003 to your computer and use it in GitHub Desktop.
Save calvinbushor/4150003 to your computer and use it in GitHub Desktop.
jitsu bad command
npm http GET https://registry.npmjs.org/jitsu
npm http 200 https://registry.npmjs.org/jitsu
npm http GET https://registry.npmjs.org/jitsu/-/jitsu-0.11.3.tgz
npm http 200 https://registry.npmjs.org/jitsu/-/jitsu-0.11.3.tgz
npm ERR! error rolling back Error: EPERM, chmod '/usr/local/bin/jitsu'
npm ERR! error rolling back jitsu@0.11.3 { [Error: EPERM, chmod '/usr/local/bin/jitsu'] errno: 50, code: 'EPERM', path: '/usr/local/bin/jitsu' }
npm ERR! Error: EPERM, chmod '/usr/local/bin/jitsu'
npm ERR! { [Error: EPERM, chmod '/usr/local/bin/jitsu'] errno: 50, code: 'EPERM', path: '/usr/local/bin/jitsu' }
npm ERR!
npm ERR! Please try running this command again as root/Administrator.
npm ERR! System Darwin 11.4.0
npm ERR! command "node" "/usr/local/bin/npm" "i" "jitsu" "-g"
npm ERR! cwd /Users/calvinbushor/Sites/team-mate/team-mate-api
npm ERR! node -v v0.8.8
npm ERR! npm -v 1.1.59
npm ERR! path /usr/local/bin/jitsu
npm ERR! code EPERM
npm ERR! errno 50
npm ERR! stack Error: EPERM, chmod '/usr/local/bin/jitsu'
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /Users/calvinbushor/Sites/team-mate/team-mate-api/npm-debug.log
npm ERR! not ok code 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment