Skip to content

Instantly share code, notes, and snippets.

@DrMabuse23
Created September 5, 2013 22:50
Show Gist options
  • Save DrMabuse23/6457322 to your computer and use it in GitHub Desktop.
Save DrMabuse23/6457322 to your computer and use it in GitHub Desktop.
npm install -g grunt-cli
npm http GET https://registry.npmjs.org/grunt-cli
npm http 304 https://registry.npmjs.org/grunt-cli
npm ERR! error rolling back Error: EACCES, unlink '/usr/local/share/npm/lib/node_modules/grunt-cli/.npmignore'
npm ERR! error rolling back [email protected] { [Error: EACCES, unlink '/usr/local/share/npm/lib/node_modules/grunt-cli/.npmignore']
npm ERR! error rolling back errno: 3,
npm ERR! error rolling back code: 'EACCES',
npm ERR! error rolling back path: '/usr/local/share/npm/lib/node_modules/grunt-cli/.npmignore' }
npm ERR! Error: EACCES, unlink '/usr/local/share/npm/lib/node_modules/grunt-cli/.npmignore'
npm ERR! { [Error: EACCES, unlink '/usr/local/share/npm/lib/node_modules/grunt-cli/.npmignore']
npm ERR! errno: 3,
npm ERR! code: 'EACCES',
npm ERR! path: '/usr/local/share/npm/lib/node_modules/grunt-cli/.npmignore' }
npm ERR!
npm ERR! Please try running this command again as root/Administrator.
npm ERR! System Darwin 12.4.0
npm ERR! command "/usr/local/Cellar/node/0.10.18/bin/node" "/usr/local/bin/npm" "install" "-g" "grunt-cli"
npm ERR! cwd /Users/pascal
npm ERR! node -v v0.10.18
npm ERR! npm -v 1.3.8
npm ERR! path /usr/local/share/npm/lib/node_modules/grunt-cli/.npmignore
npm ERR! code EACCES
npm ERR! errno 3
npm ERR! stack Error: EACCES, unlink '/usr/local/share/npm/lib/node_modules/grunt-cli/.npmignore'
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /Users/pascal/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