gulp watch not working
See original GitHub issueHello.
I have been trying to use UI as it was written in these docs. However, it throws me these errors:
[10:31:10] Requiring external module babel-register
gulp watch[28196]: ../src/node_contextify.cc:651:static void node::contextify::ContextifyScript::New(const v8::FunctionCallbackInfo<v8::Value>&): Assertion
`args[1]->IsString()' failed.
1: 0x9afed0 node::Abort() [gulp watch]
2: 0x9aff57 [gulp watch]
3: 0x9a84df node::contextify::ContextifyScript::New(v8::FunctionCallbackInfo<v8::Value> const&) [gulp watch]
4: 0xb91b53 [gulp watch]
5: 0xb926a2 v8::internal::Builtin_HandleApiCall(int, unsigned long*, v8::internal::Isolate*) [gulp watch]
6: 0x1318979 [gulp watch]
Aborted (core dumped)
Why this is happening? Is there some kind of bug in UI?
I’m using Ubuntu Xenial
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (2 by maintainers)
Top Results From Across the Web
Gulp Watch is not working - Stack Overflow
Gulp Watch is not working ... I'm new Gulp user, and I try simple script to watch compass, but it didn't work. But...
Read more >Gulp watch not working as expected - Laracasts
Gulp watch not working as expected. Hello,. I'm having some trouble with Gulp not watching/compiling my files correctly. See the following code: gulpfile.js....
Read more >gulp.watch(...) not working on Windows #222 - GitHub
Steps to reproduce: Run gulp watch in the project folder. Change 42 in client/test.js to 43 and save ...
Read more >Gulp watch not working with gulp-imagemin and browsersync
this is my gulp file. Image compression works when I give the “gulp mini” command in the terminal. but when I give the...
Read more >Gulp watch not watching file changes [Solved]
If you encountered the problem that your gulp-watch task doesn't watch your changes with no outputs, you may check your command line outputs...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
The solution to this is to use a pre-12 version of Node (like 9.9.0) and do
npm rebuild
@yanghaogn The original issue applies to v2.x of conductor which used gulp. The newer versions (v3.3.+) does not use gulp and the documentation has been updated to reflect that.