angular - 运行 npm install -g @angular/cli 时出现权限错误

标签 angular npm angular-cli

我是 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).

最佳答案

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

关于angular - 运行 npm install -g @angular/cli 时出现权限错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56429225/

相关文章:

html - 超出组件范围的 Angular2+ 样式父级

angular - 验证是否在 Angular2 中选中了输入复选框

npm - 如何发布带有双因素身份验证错误的 npm 包?

javascript - main.bundle.js 大小在 Angular 4 中负载过大

javascript - IE11 在 Angular 2(TS) 中发布 Angular CLI 项目,polyfills 不工作

angular - RXJS-BehaviorSubject : proper use of .值

html - 如何更改标签的字体粗细

typescript - 如何使用通用实用程序构建 NPM 包

angular - 找不到模块 : Error: Can't resolve './$$_gendir/app/app.module.ngfactory'

angular - 如何在 Angular 5的组件中格式化日期