首页 > 解决方案 > npm 错误!ELOOP:遇到太多符号链接,安装 Angular Cli 时 stat '\\ctxenv01\profile$\'

问题描述

我无法执行 npm install -g @angular/cli。收到此错误:

npm ERR! code ELOOP
npm ERR! syscall stat
npm ERR! path \\ctxenv01\profile$\
npm ERR! errno -62
npm ERR! ELOOP: too many symbolic links encountered, stat '\\ctxenv01\profile$\'

npm ERR! A complete log of this run can be found in:
npm ERR!     \\ctxenv01\profile$\TAAJOAY1\PRD\Win10x64\AppData\npm-cache\_logs\2021-04-29T12_52_31_104Z-debug.log```

Can someone please help me out.

Thanks

标签: node.jsnpmangular-cli

解决方案


推荐阅读