We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
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')
var cp = require('cross-spawn')
The text was updated successfully, but these errors were encountered:
No branches or pull requests
windows 10
gulp --version
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')
The text was updated successfully, but these errors were encountered: