Skip to content
This repository has been archived by the owner on Apr 26, 2023. It is now read-only.

gulp --force does not work in node 10 #33

Open
udalrich opened this issue Jun 20, 2018 · 1 comment
Open

gulp --force does not work in node 10 #33

udalrich opened this issue Jun 20, 2018 · 1 comment

Comments

@udalrich
Copy link

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 gulpjs/gulp#871

@almothafar
Copy link

It is duplicate of #31
just add gulpForce := false in your build.sbt file, this worked for me.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants