Guest User

Untitled

a guest
Jan 1st, 2020
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. user@host:~/insight-api$ npm install
  2. npm ERR! Error: EACCES, unlink '/home/user/insight-api/node_modules/bitcore/node_modules/.bin/brfs'
  3. npm ERR! { [Error: EACCES, unlink '/home/user/insight-api/node_modules/bitcore/node_modules/.bin/brfs']
  4. npm ERR! errno: 3,
  5. npm ERR! code: 'EACCES',
  6. npm ERR! path: '/home/user/insight-api/node_modules/bitcore/node_modules/.bin/brfs' }
  7. npm ERR!
  8. npm ERR! Please try running this command again as root/Administrator.
  9.  
  10. npm ERR! System Linux 4.19.0-6-amd64
  11. npm ERR! command "/usr/local/bin/node" "/usr/local/bin/npm" "install"
  12. npm ERR! cwd /home/user/insight-api
  13. npm ERR! node -v v0.10.40
  14. npm ERR! npm -v 1.4.28
  15. npm ERR! path /home/user/insight-api/node_modules/bitcore/node_modules/.bin/brfs
  16. npm ERR! code EACCES
  17. npm ERR! errno 3
  18. npm ERR! stack Error: EACCES, unlink '/home/user/insight-api/node_modules/bitcore/node_modules/.bin/brfs'
  19. npm ERR! error rolling back Error: EACCES, unlink '/home/user/insight-api/node_modules/bitcore/node_modules/.bin/brfs'
  20. npm ERR! error rolling back { [Error: EACCES, unlink '/home/user/insight-api/node_modules/bitcore/node_modules/.bin/brfs']
  21. npm ERR! error rolling back errno: 3,
  22. npm ERR! error rolling back code: 'EACCES',
  23. npm ERR! error rolling back path: '/home/user/insight-api/node_modules/bitcore/node_modules/.bin/brfs' }
  24. npm ERR! not ok code 0
Add Comment
Please, Sign In to add comment