Advertisement
Guest User

Untitled

a guest
Mar 4th, 2021
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. zoe@zoe-VirtualBox:~$ npm install -g npm@7
  2. npm WARN checkPermissions Missing write access to /usr/local/lib
  3. npm ERR! code EACCES
  4. npm ERR! syscall access
  5. npm ERR! path /usr/local/lib
  6. npm ERR! errno -13
  7. npm ERR! Error: EACCES: permission denied, access '/usr/local/lib'
  8. npm ERR! { [Error: EACCES: permission denied, access '/usr/local/lib']
  9. npm ERR! stack:
  10. npm ERR! 'Error: EACCES: permission denied, access \'/usr/local/lib\'',
  11. npm ERR! errno: -13,
  12. npm ERR! code: 'EACCES',
  13. npm ERR! syscall: 'access',
  14. npm ERR! path: '/usr/local/lib' }
  15. npm ERR!
  16. npm ERR! The operation was rejected by your operating system.
  17. npm ERR! It is likely you do not have the permissions to access this file as the current user
  18. npm ERR!
  19. npm ERR! If you believe this might be a permissions issue, please double-check the
  20. npm ERR! permissions of the file and its containing directories, or try running
  21. npm ERR! the command again as root/Administrator.
  22. npm ERR! A complete log of this run can be found in:
  23. npm ERR! /home/zoe/.npm/_logs/2021-03-04T10_00_45_207Z-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement