728x90
์๋ฌ ๋ฐ์
๋ฉ์ฉกํ ์ ๋๊ณ ์๋ expo ์๋ฒ๊ฐ ๊ฐ์๊ธฐ yarn start
ํ๋ ์๋ ์ค๋ฅ๋ฅผ ๋ด๋ฉด์ ์ข
๋ฃ๋์๋ค.
node:events:505
throw er; // Unhandled 'error' event
^
Error: EMFILE: too many open files, watch
at FSWatcher._handle.onchange (node:internal/fs/watchers:204:21)
Emitted 'error' event on NodeWatcher instance at:
at NodeWatcher.checkedEmitError (/Users/yjlee/project/intermission/node_modules/sane/src/node_watcher.js:143:12)
at FSWatcher.emit (node:events:527:28)
at FSWatcher._handle.onchange (node:internal/fs/watchers:210:12) {
errno: -24,
syscall: 'watch',
code: 'EMFILE',
filename: null
}
Node.js v18.0.0
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
watch... ์ ๊ด๋ จ๋ ๋ญ๊ฐ์ ๋ฌธ์ ๊ฐ ์๋..
์ฐพ์๋ณด๋ ๋ฆฌ์กํธ ๋ค์ดํฐ๋ธ ๋ด๋ถ์์ ํ์ผ๋ค์ ๋ณ๊ฒฝ์ ๊ฐ์ํ๊ธฐ ์ํด watchman์ ์ฌ์ฉํ๋ ๋ชจ์์ด๋ค.
ํฐ๋ฏธ๋์ ์ด์ด์ watchman์ ์ค์นํด์ฃผ๋ฉด ๋ค์ ์คํ๋๋ค.
brew install watchman
์ฐธ๊ณ ๊ธ
728x90
'๐ Studying > ๐ง Errors' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
[React] A component is changing an uncontrolled input to be controlled. (0) | 2023.02.09 |
---|---|
[ReactNative] A VirtualizedList contains a cell which itself..์๋ฌ (0) | 2023.01.11 |
Uncaught FirebaseError: The query requires an index. You can create it here: (0) | 2022.11.25 |
FirebaseError: Missing or insufficient permissions. (0) | 2022.11.22 |
[Flask] Port 5000 is already in use (0) | 2022.10.25 |
Comment