I have installed nodejs
. When I try and use npm
via power shell or cmd it returns
The system cannot find the path specified.
If I run node -v
everything works fine. I can use npm
via the nodejs
console just fine as well. I've tried uninstalling and reinstalling nodejs
multiple times and it didn't help.
Any ideas on what is causing this?