-
Notifications
You must be signed in to change notification settings - Fork 29.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
node asserts in node_contextify.cc:631 Assertion `args[1]->IsString()' failed #20325
Comments
so what's the solution ? |
@wustzhaohui my workaround was to downgrade in my particular case. 10.3.0 -> 8.11.2 (chose this version because it's what a coworker is using) |
I solve this problem by download node of v8.11.3 . |
I am also getting the same error after upgrading node version on Mac. |
Don't understand why but run |
@i30 That seems to have fixed the problem for me too, but I can't seem to figure out why either. |
@i30 Thanks, i'm having a slightly different error output, but this helped me as well! |
Same here, npm i natives fixed it |
Same here |
|
After reading the npm rm -r node_modules
npm install |
@ecker00's Solution worked for me as well. |
Experiencing the same error, |
I've also run in this error and the Update: I've figured out that the given dependencies may occure this behaviour. Indeed, installing the package "natives" works, while reinstalling didn't work... But when I cleanup the (messy) dependency list, my gulp tasks work like charm, also without installing "natives". This was my required packages before the cleanup:
And this after the cleanup:
Not sure which package was responsible for the issue... But I guess it's about wrong dependency versions which are fetched, because they were defined in packages.json. |
@i30 Thanks Mate npm i natives solved the issue for me |
Just had this issue on 10.8.0
npm i natives did not help in my case. |
Thank you so much it worked like a charm !! 👏🏼 |
This issue has been solved: Please use a gulp version >= 4.0.0. Thank you.
Trying to build our sources using the latest node, node crashes with the assert below when running gulp.
Step to reproduce:
The stack trace:
The text was updated successfully, but these errors were encountered: