无法从“npm install -g npm@latest”命令升级 npm

时间:2021-05-13 12:25:01

标签: npm npm-install

$ npm install -g npm@latest

/usr/local/bin/npm -> /usr/local/lib/node_modules/npm/bin/npm-cli.js\
/usr/local/bin/npx -> /usr/local/lib/node_modules/npm/bin/npx-cli.js\
npm ERR! code EACCES\
npm ERR! syscall mkdir\
npm ERR! path /usr/local/share/man/man1\
npm ERR! errno -13\
npm ERR! Error: EACCES: permission denied, mkdir '/usr/local/share/man/man1'\
npm ERR!  { [Error: EACCES: permission denied, mkdir '/usr/local/share/man/man1']\
npm ERR!   cause:\
npm ERR!    { Error: EACCES: permission denied, mkdir '/usr/local/share/man/man1'\
npm ERR!      errno: -13,\
npm ERR!      code: 'EACCES',\
npm ERR!      syscall: 'mkdir',\
npm ERR!      path: '/usr/local/share/man/man1' },\
npm ERR!   stack:

npm ERR!    'Error: EACCES: permission denied, mkdir \'/usr/local/share/man/man1\'',\
npm ERR!   errno: -13,\
npm ERR!   code: 'EACCES',\
npm ERR!   syscall: 'mkdir',\
npm ERR!   path: '/usr/local/share/man/man1' }\
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/katha/.npm/_logs/2021-05-13T12_20_16_050Z-debug.log

0 个答案:

没有答案