NodeJS:Error: Cannot find module 'jshint/src/cli'

以前命令:npm install gulp-jshint --save-dev

实质上是安装jshint失败,缺少该模块。

更换命令 :npm install --save-dev jshint gulp-jshint

参考:http://stackoverflow.com/questions/33984558/gulp-error-cannot-find-module-jshint-src-cli

posted @ 2016-12-21 15:36  EasonJim  阅读(1063)  评论(0编辑  收藏  举报