Last Updated: February 25, 2016
·
299
· mejarc

Installing multiple versions of Grunt

I wanted to see how an older version of the project used Grunt tasks. However, that version relied on Grunt 0.3. I didn't want to affect the newer version of the project, which relies on Grunt 0.4.

npm install grunt@0.3

in the working directory for the older project version.