SyntaxFix
Write A Post
Hire A Developer
Questions
If you already have a file package.json in the project and it contains grunt in dependency,
package.json
grunt
"devDependencies": { "grunt": "~0.4.0",
Then you can run npm install to resolve the issue
npm install