Angular 安装问题。前缀-g';不被识别为内部或外部命令

Angular 安装问题。前缀-g';不被识别为内部或外部命令,angular,npm,node-modules,npm-install,Angular,Npm,Node Modules,Npm Install,我是新手。使用npm i-g@angular/cli下载时,我遇到了实现电话节点错误 npm-v命令显示此错误 'CALL "node" "C:\Program Files\nodejs\\node_modules\npm\bin\npm-cli.js" prefix -g' is not recognized as an internal or external command, 我安装了12。节点的版本。我的一切都处于管理模式 ''' > node ./bin/postinstall

我是新手。使用npm i-g@angular/cli下载时,我遇到了实现电话节点错误

npm-v命令显示此错误

'CALL "node" "C:\Program Files\nodejs\\node_modules\npm\bin\npm-cli.js" prefix -g' is not recognized as an internal or external command,
我安装了12。节点的版本。我的一切都处于管理模式

'''
> node ./bin/postinstall/script.js

npm ERR! file C:\Users\Aniket Bhunia\Desktop\fulfillment-telephony-nodejs;
npm ERR! path C:\Users\Aniket Bhunia\Desktop\fulfillment-telephony-nodejs;
npm ERR! code ELIFECYCLE
npm ERR! errno ENOENT
npm ERR! syscall spawn C:\Users\Aniket Bhunia\Desktop\fulfillment-telephony-nodejs;
npm ERR! @angular/cli@8.2.0 postinstall: `node ./bin/postinstall/script.js`
npm ERR! spawn C:\Users\Aniket Bhunia\Desktop\fulfillment-telephony-nodejs; ENOENT
npm ERR!
npm ERR! Failed at the @angular/cli@8.2.0 postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
'''

确保您选择安装npm将安装nodejs,并尝试清除npm cach
npm缓存清除
我已尝试清除npm缓存和npm更新。但这个问题仍然存在。如何选择安装npm?尝试降级NodeJ的最新稳定版本10.16.2 LTSI也这样做了。同样的问题也会出现。请确保选择安装npm将安装nodejs,同时尝试清除npm cach
npm cache clean
我已尝试清除npm cache和npm update。但这个问题仍然存在。如何选择安装npm?尝试降级NodeJ的最新稳定版本10.16.2 LTSI也这样做了。同样的问题也发生了。