首页 > 解决方案 > 安装 Angular CLI [问题:错误消息]

问题描述

MacBook-Pro-de-Arnold:first_app arnoldk.$ npm install -g @angular/cli
npm ERR! code EACCES
npm ERR! syscall mkdir
npm ERR! path /usr/local/lib/node_modules/@angular
npm ERR! errno -13
npm ERR! Error: EACCES: permission denied, mkdir '/usr/local/lib/node_modules/@angular'
npm ERR!  [Error: EACCES: permission denied, mkdir '/usr/local/lib/node_modules/@angular'] {
npm ERR!   errno: -13,
npm ERR!   code: 'EACCES',
npm ERR!   syscall: 'mkdir',
npm ERR!   path: '/usr/local/lib/node_modules/@angular'
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/arnoldk./.npm/_logs/2021-01-27T09_41_01_867Z-debug.log

当我在终端上键入此语法时,我收到此错误消息:

npm install -g @angular/cli

这个安装会发生什么?我使用 MacBook Pro 2010 年中 macOs High Sierra 10.13.6

标签: angularmacos-high-sierra

解决方案


推荐阅读