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.
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.
npm install -g jshint
What this error is telling you is that you are missing a dependency for gulp-jshint: in this particular case, jshint
jshint prefers to be installed globally, hence the -g
flag.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With