This was working fine until I upgraded to npm 3. When I gulp watch, it starts listening, but as soon as I load the page that requests the livreload script, it throws this:
events.js:141
throw er; // Unhandled 'error' event
^
Error: ENOENT: no such file or directory, open 'path/to/project/node_modules/tiny-lr/node_modules/livereload-js/dist/livereload.js'
at Error (native)
This was working fine until I upgraded to npm 3. When I gulp watch, it starts listening, but as soon as I load the page that requests the livreload script, it throws this: