Trying to run github pages locally (minima theme) for a project page site, but can't sever the page. I think the issue has to do with jekyll, specifically "jekyll-watch" - whatever this is.
I have (..a long time ago..) managed to serve a different gitPage locally, so it might be a conflict of revisions. I have tried various cleanups & updates (see below).
gem cleanup
You have requested to uninstall the gem: jekyll-3.4.3 depends on jekyll-watch (~> 1.1)
gem install bundler
Successfully installed bundler-2.0.1 Parsing documentation for bundler-2.0.1 Done installing documentation for bundler after 4 seconds 1 gem installed
bundle install
Gem::Ext::BuildError: ERROR: Failed to build gem native extension. make failed, exit code 1
gem install jekyll-watch
1 gem installed
**bundle exec jekyll serve**
Bundler could not find compatible versions for gem "jekyll-watch": In Gemfile: github-pages x86-mingw32 was resolved to 139, which depends on jekyll (= 3.4.3) x86-mingw32 was resolved to 3.4.3, which depends on jekyll-watch (~> 1.1) x86-mingw32
Could not find gem 'jekyll-watch (~> 1.1)', which is required by gem 'jekyll (= 3.4.3)', in any of the sources.
Any ideas how I can get serve to work?