Skip to content
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

Open
Allmedialab opened this issue Apr 15, 2019 · 4 comments
Open

Error is gulp start #22

Allmedialab opened this issue Apr 15, 2019 · 4 comments

Comments

@Allmedialab
Copy link

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
`

@nurfaizfoat
Copy link

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

nodejs/node#20285

@Allmedialab
Copy link
Author

Thanks for that but this gives a new error:
`$ npm install --save-dev gulp@next
npm ERR! code ETARGET
npm ERR! notarget No matching version found for gulp@next
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\David\AppData\Roaming\npm-cache_logs\2019-04-17T10_14_10_732Z-debug.log
`

@Allmedialab
Copy link
Author

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

@hiroaka
Copy link

hiroaka commented May 7, 2020

FoTo solve this install natives

npm i natives --save

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

No branches or pull requests

3 participants