while installing gulp-jshint using node npm following error is showing "[email protected] requires a peer of [email protected] but none was installed-UNMET peer dependency". Can anyone help to solve this problem. I am using windows 7 OS.
3 Answers
Try executing the following command npm install --save-dev jshint gulp-jshint.
If that doesn't work, please check this github issue on their repo.
Comments
As of version 2.0 of gulp-jshint module, jshint must be installed with gulp-jshint. https://github.com/spalger/gulp-jshint
npm install jshint gulp-jshint --save-dev