I have installed Node.js through the installer on their webpage and added it\'s path to my environment variable so I can use node and npm through the c
Installing node.js adds the C:\Users\\AppData\Roaming\npm\ directory to your PATH variable. If the global install is not working correctly then something must have accidentally removed it. Running a repair-install of node.js should fix this issue