Thursday, 11 May 2017

How to install gulp jshint using npm?

Unable to install JSHint. Can anyone suggest me what I am doing wrong?

I am using below command.

npm install --save-dev gulp-jshint gulp-jscs jshint-stylish

It is showing the following "gulp-jshint@2.0.4 requires a peer of jshint@2.x but none was installed-UNMET peer dependency"



via Ashok Rayal