Answer the question
In order to leave comments, you need to log in
Trouble installing grunt via npm?
Good afternoon.
I'm trying to install grunt via npm. Gives errors.
I have a grunt folder, it has a package.json
{
"name": "grunt",
"version": "1.0.0",
"description": "test grunt",
"main": "Gruntfiles.js",
"dependencies" : {
"grunt" : "latest",
"grunt-contrib-jshint" : "latest",
"grunt-contrib-concat" : "latest",
"grunt-contrib-uglify" : "latest",
"grunt-contrib-cssmin" : "latest",
"grunt-contrib-watch" : "latest",
},
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question