【发布时间】:2021-12-07 20:58:37
【问题描述】:
有人可以帮助解决以下错误吗?
npm ERR! errno -4058
npm ERR! @angular/cli@8.0.6 postinstall: `node ./bin/postinstall/script.js`
npm ERR! spawn %AppData%\npm ENOENT
【问题讨论】:
标签: node.js angular angular-cli npm-install
有人可以帮助解决以下错误吗?
npm ERR! errno -4058
npm ERR! @angular/cli@8.0.6 postinstall: `node ./bin/postinstall/script.js`
npm ERR! spawn %AppData%\npm ENOENT
【问题讨论】:
标签: node.js angular angular-cli npm-install
以管理员身份运行npm cache clean --force,然后运行npm install。
【讨论】: