Lesson 5: Stuck at Node.js tools Installation. #830
-
Problem DescriptionWhile Installing Node.js tools on Powershell, a warning came up saying: An existing Chocolatey installation was detected, installation will not continue. After I hit Enter twice, it will exit the installation. And when I input Possible ReasonPerhaps the reason for this warning is that I have tried to install Node.js tools several times. What I've TriedI tried to reboot my computer and installed the tools again, but the same problem still occured. Any idea for this problem is appriciated! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
@eiyen Better to search this on Stack Overflow or just type the error on google and you will find the solutions. |
Beta Was this translation helpful? Give feedback.
-
Did you try installing a LTS version of node directly from here, also, if possible just run these commands from VSCode and not via Powershell and Chocolatey directly as it is more convenient. If this doesn't help, you can uninstall Chocolatey from your PC and then do a clean install. This should fix it if the above does not. Cheers. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
@eiyen Better to search this on Stack Overflow or just type the error on google and you will find the solutions.