question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

gulp watch not working

See original GitHub issue

Hello.

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:closed
  • Created 4 years ago
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
jwulfcommented, Feb 26, 2020

The solution to this is to use a pre-12 version of Node (like 9.9.0) and do npm rebuild

0reactions
apanicker-nflxcommented, Feb 28, 2022

@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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found