Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2018
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. $ npm i -g node
  2. npm WARN checkPermissions Missing write access to /home/nvm/.nvm/versions/node/v8.11.2/lib/node_modules
  3. npm ERR! path /home/nvm/.nvm/versions/node/v8.11.2/lib/node_modules
  4. npm ERR! code EACCES
  5. npm ERR! errno -13
  6. npm ERR! syscall access
  7. npm ERR! Error: EACCES: permission denied, access '/home/nvm/.nvm/versions/node/v8.11.2/lib/node_modules'
  8. npm ERR! { Error: EACCES: permission denied, access '/home/nvm/.nvm/versions/node/v8.11.2/lib/node_modules'
  9. npm ERR! stack: 'Error: EACCES: permission denied, access \'/home/nvm/.nvm/versions/node/v8.11.2/lib/node_modules\'',
  10. npm ERR! errno: -13,
  11. npm ERR! code: 'EACCES',
  12. npm ERR! syscall: 'access',
  13. npm ERR! path: '/home/nvm/.nvm/versions/node/v8.11.2/lib/node_modules' }
  14. npm ERR!
  15. npm ERR! The operation was rejected by your operating system.
  16. npm ERR! It is likely you do not have the permissions to access this file as the current user
  17. npm ERR!
  18. npm ERR! If you believe this might be a permissions issue, please double-check the
  19. npm ERR! permissions of the file and its containing directories, or try running
  20. npm ERR! the command again as root/Administrator (though this is not recommended).
  21. npm ERR! A complete log of this run can be found in:
  22. npm ERR! /tmp/npm-cache/8.11.2/_logs/2018-06-22T13_34_01_802Z-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement