Open Koslun opened 6 years ago
If you are still facing this, I have fixed it using win-spawn
Install win-spawn and update your spawn variable on gulp.config.js
var spawn = process.platform === 'win32' ? require('win-spawn') : require('child_process').spawn;
Generated a fresh jekyll project using
npx create-static-site normative-landing-page --template jekyll
I got an error when runningyarn start
. See error below:Environment OS: Windows 10 Node: 6.9.2 & 8.91 Create-static-site: 0.1.2
Also tried manually installing the gems with
bundle install
and prefixingyarn start
withbundle exec
, i.e.bundle exec yarn start
. Neither changed what error was provided.Speculate that it's Windows-specific and might get inadvertently fixed by https://github.com/forestryio/create-static-site/pull/37 by ditching gulp.