-
Hello ! 👋 I've got the status 1 error, I'm on Windows 11. I followed this guide on the wiki, but have same issue again. PS > nvm install 16.0.0
Downloading node.js version 16.0.0 (64-bit)...
Complete
Creating ...\AppData\Roaming\nvm\temp
Downloading npm version 7.10.0... Complete
Installing npm v7.10.0...
Installation complete. If you want to use this version, type
nvm use 16.0.0
PS > nvm use 16.0.0
exit status 1: Acc�s refus�. |
Beta Was this translation helpful? Give feedback.
Answered by
awdr74100
Jul 30, 2022
Replies: 1 comment
-
Use sudo directly and save yourself a lot of trouble: winget install -e --id gerardog.gsudo When you want to switch versions: sudo nvm use 16.0.0 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
thomasbnt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use sudo directly and save yourself a lot of trouble:
When you want to switch versions: