Hello,
I’m running Jekyll on Windows 10 Creator Update through Ubuntu Bash. I ran “jekyll serve --watch” on the folder I’m using. When I update “about.md” shouldn’t that update the About page website in localhost:4000?
Hello,
I’m running Jekyll on Windows 10 Creator Update through Ubuntu Bash. I ran “jekyll serve --watch” on the folder I’m using. When I update “about.md” shouldn’t that update the About page website in localhost:4000?
yes, but it won’t refresh your browser.
If you refresh does it update? if not is there a message in the console?
Yeah, I refreshed the browser. I just noticed this error message I’m getting in bash:
unresolved specs during Gem::Speicfication.reset:
rb-inotify (>- 0.9.7, ~> 0.9)
I did gem install rb-inotify and it didn’t work. This is my error msg:
ERROR: While executing gem … (Gem::FilePermissionError)
You don’t have write permissions for the /var/lib/gems/2.3.0 directory.
Do you get the error when you run bundle exec jekyll serve
?