I have install grunt on my server via the setup instructions on the grunt website.
Using the npm install -g grunt-cli
However I still can get my console to recognize the grunt command. I can see any linking in my system variables path directory so im guessing this is probably the issue. Does anyone know what should be in the path directory to make the console pick up the grunt command.
Any help would be great, I only have the issue on my windows server on my machine is fine.
Error is
The term 'grunt' is not recognized as the name of a cmdlet, function, script file, or operable program;
Cheers