You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I downloaded polymer-starter-kit-dependencies-checked-in-1.0.0.zip and tried gulp serve. I got an "Unhandled rejection Error". I bypassed this by adding an error handler for the "images" gulp task and printed the error to console. The error I see is below:
I downloaded polymer-starter-kit-dependencies-checked-in-1.0.0.zip and tried gulp serve. I got an "Unhandled rejection Error". I bypassed this by adding an error handler for the "images" gulp task and printed the error to console. The error I see is below:
Error in plugin 'gulp-cache'
Message:
spawn ENOENT
Details:
code: ENOENT
errno: ENOENT
syscall: spawn
fileName: /Users/abishek/work/dev/onroad/onroad-polymer/app/images/touch/apple-touch-icon.png
Though the server started up after handling the error, wondering what needs to be done here to fix this nicely.
The text was updated successfully, but these errors were encountered: