nodejs 安装使用 nvm 报错

问题描述 投票:0回答:0

我使用 nvm 安装了 nodejs 但它给出了错误 -

C:\windows\system32>nvm install 14.21.2
Downloading node.js version 14.21.2 (64-bit)...
Error while downloading https://nodejs.org/dist/v14.21.2/win-x64//node.exe - stream error: stream ID 7; INTERNAL_ERROR; received from peer
Complete
Downloading npm version 6.14.17... Complete
Installing npm v6.14.17...

Installation complete. If you want to use this version, type

nvm use 14.21.2

C:\windows\system32>nvm use 14.21.2
Now using node v14.21.2 (64-bit)

C:\windows\system32>npm install -g @angular/[email protected]
Access is denied.
Access is denied.
node.js angular nvm
© www.soinside.com 2019 - 2024. All rights reserved.