I\'m having a problem running Grunt from the command line on my Windows 8 machine.
My research indicates the most common solution is to install grunt-cli, since Gru
Same happened to me and here was the solution:
Have you got 2 different versions of Node.JS installed?
Maybe Nodist?
This means you likely got NPM installed twice which will install the commands into 2 different folders:
Once into C:\Users\
and once into C:\dev\nodist\bin\bin
.
C:\dev\nodist\bin\bin
wasn't on my path variable so I added it, and I removed the Node.JS version I didn't want to use.