-
Notifications
You must be signed in to change notification settings - Fork 73
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
Error is gulp start #22
Comments
Node 10 has changed their contextify script to be more strict, as a result the existing Gulp 3.9.x version which uses it also throws up error failing their assertion. This repo uses Gulp v3.9.1. Kindly refer to this discussion to make it work. https://stackoverflow.com/questions/50419079/react-deploy-error-assertion-args1-isstring https://davidsekar.com/nodejs/upgrading-your-gulp-for-running-with-node-v10 |
Thanks for that but this gives a new error: npm ERR! A complete log of this run can be found in: |
Did install it now with a version number, but still can't get it working. The links you gave me don't show the same code in the gulp.js file |
FoTo solve this install natives
|
Hi,
Followed the instructions and everything is installed, but I get stuck at starting gulp (that is globally installed. What does this error mean?
Regards & Thanks,
David
David@DESKTOP-2A2S3DO MINGW64 ~/Bootstrap4Boilerplate/bootstrap-4-boilerplate (master) $ gulp serve gulp serve[9404]: c:\ws\src\node_contextify.cc:626: Assertion
args[1]->IsString()' failed.1: 00007FF669ECF04A v8::internal::GCIdleTimeHandler::GCIdleTimeHandler+5114
2: 00007FF669EAA0C6 node::MakeCallback+4518
3: 00007FF669EAA17F node::MakeCallback+4703
4: 00007FF669E7F630 node::DecodeWrite+13024
5: 00007FF66A6AC122 v8::internal::OptimizingCompileDispatcher::Unblock+59890
6: 00007FF66A6AD289 v8::internal::OptimizingCompileDispatcher::Unblock+64345
7: 00007FF66A6AC5CC v8::internal::OptimizingCompileDispatcher::Unblock+61084
8: 00007FF66A6AC4EB v8::internal::OptimizingCompileDispatcher::Unblock+60859
9: 000000EA94BDC5C1
`
The text was updated successfully, but these errors were encountered: