scotch-io / mean-machine-code

Code samples for the book: MEAN Machine
https://leanpub.com/mean-machine
MIT License
459 stars 228 forks source link

Gulp & Linting JS page 235 #42

Open ghost opened 8 years ago

ghost commented 8 years ago

Got the error "Error: Cannot find module 'jshint/src/cli'"

Had to install jshint along with gulp-jshint.

npm install --save-dev jshint gulp-jshint