Issa Beekun

Results 2 issues of Issa Beekun

Defining a gulp task has changed in certain cases as described here: https://stackoverflow.com/questions/51098749/everytime-i-run-gulp-anything-i-get-a-assertion-error-task-function-must-be Updating with this line should resolve this issue: `gulp.task("default", gulp.series("connect", "lint", "watch"));` https://github.com/evansque/polygonize/blob/1946cbed351e0217f5faf365dea2479d1d3c7346/gulpfile.js#L56

Running `npm install && bower install && npm start` as per the development section in your README results in the issue described here: https://stackoverflow.com/questions/53578201/npm-err-404-not-found-event-stream3-3-6 You might consider changing the specified...