when installing gulp -jshint using node npm after the error “gulp -jshint@2.0.4 requires a peer node jshint@2.x , but none of them were installed - a peer dependency UNMET”. Can anyone help solve this problem. I am using windows 7.
Try the following command npm install --save-dev jshint gulp-jshint.
npm install --save-dev jshint gulp-jshint
If that doesn't work, check out this github issue on your repo.
npm install -g jshint
, gulp -jshint: jshint
jshint
jshint , , -g.
-g
Starting with version 2.0 of the gulp -jshint module, jshint must be installed with gulp -jshint. https://github.com/spalger/gulp-jshint
npm install jshint gulp-jshint --save-dev
Source: https://habr.com/ru/post/1660735/More articles:Are extension methods and extension properties bad practice? - kotlinПочему я не могу использовать assert с std:: is_same? - c++How to get a list of duplicate values in a range - vbaHow to add increment counter in F # - incrementCSS layout - dynamic column content determines the size of the wrapper - htmlCNContactViewController hides navigation bar - iosHow to apply geom_smooth () for each group? - rR Shiny + story legend in the sidebar? - rShadow DOM v1 CSS polyfill - firefoxTrying to push Vapor app on Heroku using CLI - swiftAll Articles