【问题标题】:permission error when running npm install -g @angular/cli运行 npm install -g @angular/cli 时出现权限错误
【发布时间】:2019-06-03 23:08:29
【问题描述】:

我是 Angular 的新手,正在尝试开始一个项目。

但是当我运行时

npm install -g @angular/cli

我收到以下错误:

npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules
npm ERR! path /usr/local/lib/node_modules
npm ERR! code EACCES
npm ERR! errno -13
npm ERR! syscall access
npm ERR! Error: EACCES: permission denied, access '/usr/local/lib/node_modules'
npm ERR!  { [Error: EACCES: permission denied, access '/usr/local/lib/node_modules']
npm ERR!   stack:
npm ERR!    'Error: EACCES: permission denied, access \'/usr/local/lib/node_modules\'',
npm ERR!   errno: -13,
npm ERR!   code: 'EACCES',
npm ERR!   syscall: 'access',
npm ERR!   path: '/usr/local/lib/node_modules' }
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 (though this is not recommended).

【问题讨论】:

  • Angular 正在尝试构建到您没有权限的全局 node_modules 库中。尝试在管理员模式下运行 cmd 或 bash(在 Windows 上编写 cmd 并右键单击 > 以管理员身份运行)并尝试使用它。否则,您有权限问题(可能是公司),因此请联系您的上级

标签: angular npm angular-cli


【解决方案1】:

这是一个常见问题,并且有一些解决方案。使用管理权限可以暂时解决问题,但您可能会面临其他困难。我在Resolving EACCES permissions errors when installing packages globally 找到了解决方案 有帮助。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2019-03-11
    • 2018-05-08
    • 1970-01-01
    • 2020-11-01
    • 2020-12-19
    • 1970-01-01
    • 2019-03-29
    相关资源
    最近更新 更多