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: spawn bundle ENOENT #5

Open
metapodcod opened this issue Aug 7, 2021 · 0 comments
Open

Error: spawn bundle ENOENT #5

metapodcod opened this issue Aug 7, 2021 · 0 comments

Comments

@metapodcod
Copy link

metapodcod commented Aug 7, 2021

gulp
[20:33:08] Using gulpfile ~\Desktop\Metapod\gulpfile.js
[20:33:08] Starting 'default'...
[20:33:08] Starting 'styles'...
[20:33:08] Starting 'watchMarkup'...
[20:33:08] Starting 'watchStyles'...
[20:33:08] Finished 'styles' after 177 ms
[20:33:08] Starting 'jekyllDev'...
[20:33:08] 'jekyllDev' errored after 4.41 ms
[20:33:08] Error: spawn bundle ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:269:19)
    at onErrorNT (internal/child_process.js:467:16)
    at processTicksAndRejections (internal/process/task_queues.js:82:21)
[20:33:08] 'default' errored after 186 ms

windows 10
gulp --version

CLI version: 2.3.0
Local version: 4.0.2

node --version
v14.17.0

jekyll --version

jekyll 4.2.0

edit :
This is how I solved my problem, but I'm not sure if I did it right. 🔢

gulfile.js https://github.com/SingaporeCSS/singaporecss.github.io/blob/master/gulpfile.js#L7 changed to
var cp = require('cross-spawn')

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

1 participant