Try this
jekyll serve --force-polling
Based on 2016 issue which was my first result on “Jekyll subsystem frozen” search
You can also use --no-watch
to disable reloading on file change.
Try this
jekyll serve --force-polling
Based on 2016 issue which was my first result on “Jekyll subsystem frozen” search
You can also use --no-watch
to disable reloading on file change.