'Node -v comand is working but npm -v comand is not working
'Call : c: program files/nodejs/node.exe"prefix -g' is not internal or external commondstrong text
Solution 1:[1]
Basically you have to add the node in the systems environment variables
Here's how to do it. (ADDING NODE TO THE ENV VARIABLES
Optionally you can install the nvm (node version manager) which will make your life easier managing the installation and the versions
Here's how to do it. (NVM INSTALLATION)
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | ardritkrasniqi |
