I'm new to mac's but not to grunt so apologies upfront for the stupid question but when I install grunt-cli via the command line
sudo npm install -g grunt-cli
on my mac it's installing it in the /Users/username/xxx folder and not in the /usr/local/XXX directory and so when I run the command
grunt-cli -v
I get the grunt: command not found message.