1

I was installed new version of nodejs. I could updated the angular/cli globally on my machine. But still getting ng is not recognized as the name of the cmdlet. Is there any way to check the ng version in both visual studio code and command prompt.

1 Answer 1

1

At first You Can Install Node Then Install Angular:

If npm not found or not recognized then you can follow the following steps:

  • Search environment variables from start menu's search box.
  • Click it then go to Environment Variables
  • Click PATH
  • click Edit
  • Click New and try to copy and paste your path for 'bin' folder [find where you installed the node] for example according to my machine 'C:\Program Files\nodejs\node_modules\npm\bin'

If you got any error. try the another step:

  • Click New, then browse for the 'bin' folder

If you got any error still now, please take a screen shot and post with description as needed.

Not the answer you're looking for? Browse other questions tagged or ask your own question.