npm install doesn't work in Windows PowerShell npm install doesn't work in Windows PowerShell powershell powershell

npm install doesn't work in Windows PowerShell


For me, it was much easier to do this in Powershell.

$env:Path += ";C:\Program Files\nodejs\"

Ran "npm" in powershell, and came up straight away.