sbt-play-gulp icon indicating copy to clipboard operation
sbt-play-gulp copied to clipboard

gulp --force does not work in node 10

Open udalrich opened this issue 6 years ago • 1 comments

It seems that in node 10, you need to do gulp watch --continue instead of gulp watch --force.

--force works in node 9.10.1, but not in 10.4.1.

That might be related to the last comment at https://github.com/gulpjs/gulp/issues/871

udalrich avatar Jun 20 '18 19:06 udalrich