Untitled

mail@pastecode.io avatar
unknown
plain_text
25 days ago
1.1 kB
5
Indexable
Never
careen@Careen-PC:/Documents/EventX$ sudo chmod -R 775 /Documents/EventX
[sudo] password for careen:
careen@Careen-PC:/Documents/EventX$ npm install
npm ERR! code EACCES
npm ERR! syscall open
npm ERR! path /Documents/EventX/package-lock.json
npm ERR! errno -13
npm ERR! Error: EACCES: permission denied, open '/Documents/EventX/package-lock.json'
npm ERR!  [Error: EACCES: permission denied, open '/Documents/EventX/package-lock.json'] {
npm ERR!   errno: -13,
npm ERR!   code: 'EACCES',
npm ERR!   syscall: 'open',
npm ERR!   path: '/Documents/EventX/package-lock.json'
npm ERR! }
npm ERR!
npm ERR! The operation was rejected by your operating system.
npm ERR! It is likely you do not have the permissions to access this file as the current user
npm ERR!
npm ERR! If you believe this might be a permissions issue, please double-check the
npm ERR! permissions of the file and its containing directories, or try running
npm ERR! the command again as root/Administrator.

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/careen/.npm/_logs/2024-09-18T12_44_38_692Z-debug-0.log
Leave a Comment