Installation problems with Node.js

Asked

Viewed 113 times

-4

Whenever I try to install Node this message appears. Can anyone help me? Before I already had Node installed, but I tried to download and install again. That’s because I wanted to install Angular (which I also could not)

Now when you type "Node -v" at the command prompt "'Node' is not recognized as an internal command or external, a operable program or a batch file."

inserir a descrição da imagem aqui

2 answers

-2


Opa Kennedyrmenezes, trying to install an older version, was trying to install LTS 14.17.2 but was having this same error. Solution installed the 14.16.0. I hope I’ve helped.

  • Man, I was fixing things to format the computer. I will test yes. Thank you so much for the answer!

  • You downloaded here: https://nodejs.org/download/release/v14.16.0/win-x64/ ? I downloaded it, but when I go to the command line and type Node -v does not appear any version. If you can tell me how you did it would help too much. It does not follow those installation steps only opens a command line.

  • Look, I got it down.

-3

Just run CMD in administrator mode, and paste this command below

   net localgroup /add "Authenticated Users"

and then on the Node installation click on Retry that it will continue the installation.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.