에러 내용: ENOSPC: System limit for number of file watchers reached
file watcher가 limit 이라 발생한 에러로
echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
명령으로 해결할 수 있을 것이다
'에러 > react' 카테고리의 다른 글
[React] Uncaught (in promise) TypeError: Cannot read property 'push' of undefined (0) | 2021.05.03 |
---|---|
[React] TypeError Cannot read property 'setState' of undefined 에러 (0) | 2021.05.03 |
[NodeJS] cannot set headers after they are sent to the client 에러 (0) | 2021.03.10 |
yarn init 에러 (0) | 2020.12.21 |
[React] Cannot read property 'toString' of null 에러 (0) | 2020.12.15 |
댓글