In this lesson, we are going to learn how to use gulp.watch
to detect local file changes and execute additional Gulp tasks. To illustrate this concept, we are also going to hook up gulp-jshint
to automation lint our JavaScript as we make changes to our code.
wheres the rest of the coarse???
Just in case someone else experiences the same difficulty that I did; specifically an "UNMET PEER DEPENDENCY jshint@2.x".
from the Node.js command prompt I installed with the following... npm install jshint gulp-jshint --save-dev
as described in https://www.npmjs.com/package/gulp-jshint and this seems to have addressed the problem.
Solved my issue thanks!
I also expected more... as the title suggests, something more including Angular.