새로운 빈 반응 네이티브 앱을 설정했습니다.
몇 개의 노드 모듈을 설치 한 후이 오류가 발생했습니다.
Running application on PGN518.
internal/fs/watchers.js:173
throw error;
^
Error: ENOSPC: System limit for number of file watchers reached, watch '/home/badis/Desktop/react-native/albums/node_modules/.staging'
at FSWatcher.start (internal/fs/watchers.js:165:26)
at Object.watch (fs.js:1253:11)
at NodeWatcher.watchdir (/home/badis/Desktop/react-native/albums/node modules/sane/src/node watcher. js:175:20)
at NodeWatcher.<anonymous> (/home/badis/Desktop/react-native/albums/node modules/sane/src/node watcher. js:310:16)
at /home/badis/Desktop/react-native/albums/node modules/graceful-fs/polyfills.js:285:20
at FSReqWrap.oncomplete (fs.js:154:5)
파수꾼이 모든 파일 변경 사항을 감시 할 충분한 공간이 없다는 것을 알고 있습니다.
여기서 취할 수있는 최선의 조치가 무엇인지 알고 싶습니다.
node_modules
폴더를에 추가하여 무시해야합니까 .watchmanconfig
?