今天开始我的项目时,发现以下错误: 错误TypeError:无法读取未定义的属性“白名单” 在isFiltered(:1:5016) 在Object.x [发送时](:1:74196) 在DevtoolsExtension.push ../ node_modules/@ngrx/store-devtools/fesm5/store-devtools.js.DevtoolsExtension.notify(store-devtools.js:210)
因此,在搜索之后,我决定重新安装@ angular / cli,但这是不可能的。
我看到今天npm上存在一些安全问题,因此我清除了所有内容并下载了新版本的nvm。
但是,由于401,它仍然无法安装angular / cli!
现在使用节点v11.3.0(npm v6.4.1)
➜〜npm install -g @ angular / cli
npm ERR!代码E401
npm ERR! 401未经授权:@ angular / cli @ latest
是否可能与https://github.com/dominictarr/event-stream/issues/116有关?
谢谢您的帮助
答案 0 :(得分:0)
看起来npm出现错误,因为今天早上,两个本地计算机都部署了服务器,所以我们遇到了同样的错误。要解决此问题,只需删除本地的“ .npmrc”文件。可以在您的用户目录(c:/ Users / You)中,也可以在项目目录中。
答案 1 :(得分:0)
请检查.npmrc文件中的_auth密钥。可能是过期了,或者您在此处输入了错误的密钥-
_auth = your _auth key in your organization's artifactory
email = your official email address