Grunt on OSX Maverick

I face very fun problem to start using Grunt. I already follow many guides and tutorials about the Grunt installation on Mac but i still cannot execute 'grunt' command in the terminal.

Lastly, i saw someone type in the terminal:

npm grunt

in this video.

So, my idea is. Add an alias in your .bash_profile like this:


alias grunt="npm grunt"

thats all.


Extra:

Comments

Popular Posts