1. jekyll 프로젝트를 bundle 명령어로 실행하던중 에러 발생
#/etc/sysctl.d/ 에 설정을 추가
sudo sh -c "echo fs.inotify.max_user_watches=524288 >> /etc/sysctl.conf"
sudo sysctl -p #설정 적용
#프로젝트 실행
bundle exec jekyll serve
#설정 파일을 지정하여 실행
bundle exec jekyll server --config _config_dev.yml
https://github.com/guard/listen/blob/master/README.md#increasing-the-amount-of-inotify-watchers
listen/README.md at master · guard/listen
The Listen gem listens to file modifications and notifies you about the changes. - guard/listen
github.com
'web' 카테고리의 다른 글
| ERROR Failed to read Git log: fatal: not a git repository (or any of the parent directories): .git (0) | 2026.02.06 |
|---|---|
| error calling partial: partial "scripts/katex.html" not found (0) | 2026.02.04 |
| jekyll 환경설정하기 (0) | 2026.02.01 |
| 프로젝트 생성 방식에 따른 react 빌드 산출물 위치 (0) | 2025.12.25 |