Advertisement
Guest User

Untitled

a guest
May 19th, 2014
292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. npm http GET https://registry.npmjs.org/handlebars
  2. npm http 304 https://registry.npmjs.org/handlebars
  3. npm ERR! error rolling back Error: EACCES, unlink '/opt/local/lib/node_modules/handlebars'
  4. npm ERR! error rolling back handlebars@2.0.0-alpha.2 { [Error: EACCES, unlink '/opt/local/lib/node_modules/handlebars']
  5. npm ERR! error rolling back errno: 3,
  6. npm ERR! error rolling back code: 'EACCES',
  7. npm ERR! error rolling back path: '/opt/local/lib/node_modules/handlebars' }
  8. npm ERR! Error: EACCES, unlink '/opt/local/lib/node_modules/handlebars'
  9. npm ERR! { [Error: EACCES, unlink '/opt/local/lib/node_modules/handlebars']
  10. npm ERR! errno: 3,
  11. npm ERR! code: 'EACCES',
  12. npm ERR! path: '/opt/local/lib/node_modules/handlebars' }
  13. npm ERR!
  14. npm ERR! Please try running this command again as root/Administrator.
  15.  
  16. npm ERR! System Darwin 13.2.0
  17. npm ERR! command "/opt/local/bin/node" "/opt/local/bin/npm" "install" "handlebars" "-g"
  18. npm ERR! cwd /Users/[Username]
  19. npm ERR! node -v v0.10.28
  20. npm ERR! npm -v 1.4.10
  21. npm ERR! path /opt/local/lib/node_modules/handlebars
  22. npm ERR! code EACCES
  23. npm ERR! errno 3
  24. npm ERR! stack Error: EACCES, unlink '/opt/local/lib/node_modules/handlebars'
  25. npm ERR!
  26. npm ERR! Additional logging details can be found in:
  27. npm ERR! /Users/[Username]/npm-debug.log
  28. npm ERR! not ok code 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement