Xdn cli npm install error

Attepting to install the XDN CLI Errors as follows:

npm install -g @xdn/cli
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/@xdn/cli
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/@xdn/cli/node_modules/@types/color-name
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/@xdn/cli/node_modules/ora/node_modules/ansi-styles
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/@xdn
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/@xdn/cli/node_modules/@types
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/@xdn/cli/node_modules/ora/node_modules
npm ERR! code EACCES
npm ERR! syscall access
npm ERR! path /usr/local/lib/node_modules/@xdn/cli
npm ERR! errno -13
npm ERR! Error: EACCES: permission denied, access '/usr/local/lib/node_modules/@xdn/cli'
npm ERR!  [Error: EACCES: permission denied, access '/usr/local/lib/node_modules/@xdn/cli'] {
npm ERR!   errno: -13,
npm ERR!   code: 'EACCES',
npm ERR!   syscall: 'access',
npm ERR!   path: '/usr/local/lib/node_modules/@xdn/cli'
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!     /Users/howard.ross/.npm/_logs/2020-10-04T23_03_10_766Z-debug.log
1 Like

try using sudo

sudo npm install -g @xdn/cli
1 Like

Yep, this fixed it perfectly, thanks @howie.ross!

1 Like

BUt i am facing the following error: 782 verbose Linux 5.0.0-23-generic 783 verbose argv ā€œ/usr/bin/nodeā€ ā€œ/usr/bin/npmā€ ā€œinstallā€ ā€œ-gā€ ā€œ@angular/cliā€ 784 verbose node v10.19.0 785 verbose npm v6.13.4 786 error code EACCES 787 error syscall access 788 error path /usr/lib/node_modules 789 error errno -13 790 error Error: EACCES: permission denied, access ā€˜/usr/lib/node_modulesā€™ 790 error { [Error: EACCES: permission denied, access ā€˜/usr/lib/node_modulesā€™] 790 error stack: 790 error ā€˜Error: EACCES: permission denied, access ā€˜/usr/lib/node_modulesā€™ā€™, 790 error errno: -13, 790 error code: ā€˜EACCESā€™, 790 error syscall: ā€˜accessā€™, 790 error path: ā€˜/usr/lib/node_modulesā€™ } 791 error The operation was rejected by your operating system. 791 error It is likely you do not have the permissions to access this file as the current user 791 error 791 error If you believe this might be a permissions issue, please double-check the 791 error permissions of the file and its containing directories, or try running 791 error the command again as root/Administrator. 792 verbose exit [ -13, true ] https://techyuncle.com/stremio-on-firestick/

@gfdxr did you try running the command again as root /Administrator using sudo