'Node.js installation stuck in power shell
I tried to install node.js and the power shell got stuck at this line:: Created a UnelevatedInstallerTelemetryDecorator
I closed the power shell and ran the installation package >> clicked on repair >> it finished installation but didn't open power shell nor cmd.
I am able to load node.js in my vscode now.... Is that ok??
Solution 1:[1]
Why not use Chocolatey? Do you know this tool? Maybe it doesn't suit your needs?
Chocolatey allows you to install software in just a few command lines from PowerShell.
All you have to do is use
choco install nodejs
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Hagopian |