Skip to content

Instantly share code, notes, and snippets.

@timrwood
Last active December 14, 2015 07:49
Show Gist options
  • Save timrwood/5052983 to your computer and use it in GitHub Desktop.
Save timrwood/5052983 to your computer and use it in GitHub Desktop.
Grunt upgrade steps

Switch to the new grunt CLI

npm uninstall -g grunt
npm install -g grunt-cli

Add the correct grunt version to your package.json

"grunt": "0.3.x"

Install grunt local to the project

npm install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment