I need to install grunt modules watch. But I'm getting errors. using command: npm install grunt-contrib-watch --save-dev But I'm getting error. How to solve this?
npm WARN unmet dependency which is version 0.44.0 npm WARN unmet dependency D:\Courses\FRONT-END JAVASCRIPT FRAMEWORK - ANGULARJS OVERVIEW\conFusion\node_modules\grunt-contrib-jasmine\node_modules\grunt-lib-phantomjs\node_modules\phantomjs\node_modules\fs-extra requires rimraf@'^2.2.8' but will load npm WARN unmet dependency D:\Courses\FRONT-END JAVASCRIPT FRAMEWORK - ANGULARJS OVERVIEW\conFusion\node_modules\grunt-contrib-jasmine\node_modules\rimraf, npm WARN unmet dependency which is version 2.1.4 npm WARN unmet dependency D:\Courses\FRONT-END JAVASCRIPT FRAMEWORK - ANGULARJS OVERVIEW\conFusion\node_modules\grunt-contrib-jasmine\node_modules\grunt-lib-phantomjs\node_modules\phantomjs\node_modules\npmconf requires semver@'2 || 3 || 4' but will load npm WARN unmet dependency D:\Courses\FRONT-END JAVASCRIPT FRAMEWORK - ANGULARJS OVERVIEW\conFusion\node_modules\grunt-contrib-jasmine\node_modules\grunt-lib-phantomjs\node_modules\semver, npm WARN unmet dependency which is version 1.0.14 npm WARN unmet dependency D:\Courses\FRONT-END JAVASCRIPT FRAMEWORK - ANGULARJS OVERVIEW\conFusion\node_modules\grunt-contrib-qunit\node_modules\grunt-lib-phantomjs\node_modules\phantomjs\node_modules\npmconf requires semver@'2 || 3 || 4' but will load npm WARN unmet dependency D:\Courses\FRONT-END JAVASCRIPT FRAMEWORK - ANGULARJS OVERVIEW\conFusion\node_modules\grunt-contrib-qunit\node_modules\grunt-lib-phantomjs\node_modules\semver, npm WARN unmet dependency which is version 1.0.14 npm ERR! Windows_NT 10.0.10240 npm ERR! argv "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "install" "grunt-contrib-watch" "--save-dev" npm ERR! node v4.2.3 npm ERR! npm v2.14.7 npm ERR! code EPEERINVALID
npm ERR! peerinvalid The package grunt-contrib-jshint@0.11.3 does not satisfy its siblings' peerDependencies requirements!
I need to install grunt modules watch. But I'm getting errors. using command: npm install grunt-contrib-watch --save-dev But I'm getting error. How to solve this?
npm WARN unmet dependency which is version 0.44.0 npm WARN unmet dependency D:\Courses\FRONT-END JAVASCRIPT FRAMEWORK - ANGULARJS OVERVIEW\conFusion\node_modules\grunt-contrib-jasmine\node_modules\grunt-lib-phantomjs\node_modules\phantomjs\node_modules\fs-extra requires rimraf@'^2.2.8' but will load npm WARN unmet dependency D:\Courses\FRONT-END JAVASCRIPT FRAMEWORK - ANGULARJS OVERVIEW\conFusion\node_modules\grunt-contrib-jasmine\node_modules\rimraf, npm WARN unmet dependency which is version 2.1.4 npm WARN unmet dependency D:\Courses\FRONT-END JAVASCRIPT FRAMEWORK - ANGULARJS OVERVIEW\conFusion\node_modules\grunt-contrib-jasmine\node_modules\grunt-lib-phantomjs\node_modules\phantomjs\node_modules\npmconf requires semver@'2 || 3 || 4' but will load npm WARN unmet dependency D:\Courses\FRONT-END JAVASCRIPT FRAMEWORK - ANGULARJS OVERVIEW\conFusion\node_modules\grunt-contrib-jasmine\node_modules\grunt-lib-phantomjs\node_modules\semver, npm WARN unmet dependency which is version 1.0.14 npm WARN unmet dependency D:\Courses\FRONT-END JAVASCRIPT FRAMEWORK - ANGULARJS OVERVIEW\conFusion\node_modules\grunt-contrib-qunit\node_modules\grunt-lib-phantomjs\node_modules\phantomjs\node_modules\npmconf requires semver@'2 || 3 || 4' but will load npm WARN unmet dependency D:\Courses\FRONT-END JAVASCRIPT FRAMEWORK - ANGULARJS OVERVIEW\conFusion\node_modules\grunt-contrib-qunit\node_modules\grunt-lib-phantomjs\node_modules\semver, npm WARN unmet dependency which is version 1.0.14 npm ERR! Windows_NT 10.0.10240 npm ERR! argv "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "install" "grunt-contrib-watch" "--save-dev" npm ERR! node v4.2.3 npm ERR! npm v2.14.7 npm ERR! code EPEERINVALID
npm ERR! peerinvalid The package grunt-contrib-jshint@0.11.3 does not satisfy its siblings' peerDependencies requirements!