1

I am using npm after installing nodejs. I have installed it once before and I just finished deleting all the components because it kept giving the error in the image below, but when I try to use npm, I keep getting errors saying.

The system cannot find the path specified.

Even though I reinstalled node, it still gives these weird errors where it says the error twice on powershell and once on cmd.

I'm so confused :( enter image description here

ZaneK
  • 89
  • 10
  • Could be [this](https://stackoverflow.com/questions/15485632/node-js-npm-error-message-system-cannot-find-the-path-specified?rq=1) – Theo Dec 03 '21 at 15:22

1 Answers1

0

In case you are using nvm to manage your node versions. You can just change your node version and it should work. This solution worked for me.

Kaustubh
  • 31
  • 1
  • 3