Skip to content

Instantly share code, notes, and snippets.

@cabbibo
Created November 3, 2014 12:08
Show Gist options
  • Save cabbibo/1c309bc68f495dc32659 to your computer and use it in GitHub Desktop.
Save cabbibo/1c309bc68f495dc32659 to your computer and use it in GitHub Desktop.
npm http GET https://registry.npmjs.org/npm
npm http 200 https://registry.npmjs.org/npm
npm http GET https://registry.npmjs.org/npm/-/npm-2.1.6.tgz
npm http 200 https://registry.npmjs.org/npm/-/npm-2.1.6.tgz
npm ERR! error rolling back Error: EACCES, unlink '/usr/local/lib/node_modules/npm/html/api/bin.html'
npm ERR! error rolling back [email protected] { [Error: EACCES, unlink '/usr/local/lib/node_modules/npm/html/api/bin.html']
npm ERR! error rolling back errno: 3,
npm ERR! error rolling back code: 'EACCES',
npm ERR! error rolling back path: '/usr/local/lib/node_modules/npm/html/api/bin.html' }
npm ERR! Error: EACCES, unlink '/usr/local/lib/node_modules/npm/node_modules/char-spinner/LICENSE'
npm ERR! { [Error: EACCES, unlink '/usr/local/lib/node_modules/npm/node_modules/char-spinner/LICENSE']
npm ERR! errno: 3,
npm ERR! code: 'EACCES',
npm ERR! path: '/usr/local/lib/node_modules/npm/node_modules/char-spinner/LICENSE' }
npm ERR!
npm ERR! Please try running this command again as root/Administrator.
npm ERR! System Darwin 13.3.0
npm ERR! command "/usr/local/bin/node" "/usr/local/bin/npm" "install" "-g" "npm"
npm ERR! cwd /Users/isaaccohen/npm/webgl-workshop
npm ERR! node -v v0.10.28
npm ERR! npm -v 1.3.25
npm ERR! path /usr/local/lib/node_modules/npm/node_modules/char-spinner/LICENSE
npm ERR! code EACCES
npm ERR! errno 3
npm ERR! stack Error: EACCES, unlink '/usr/local/lib/node_modules/npm/node_modules/char-spinner/LICENSE'
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /Users/isaaccohen/npm/webgl-workshop/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