Ошибка при запуске реагирует на собственное приложение - PullRequest
0 голосов
/ 19 января 2020

Я пытался запустить реагировать на собственное приложение, используя этот шаблон expo init --template expo-template-scala Я всегда получал эту ошибку, прежде чем выбрать, где запустить приложение, какая-нибудь помощь?

events.js:187
      throw er; // Unhandled 'error' event
      ^

Error: A non-recoverable condition has triggered.  Watchman needs your help!
The triggering condition was at timestamp=1579432624: inotify-add-watch(/home/naseem/Documents/SFreely NEW/zarn/node_modules/resolve/test/resolver/dot_main) -> The user limit on the total number of inotify watches was reached; increase the fs.inotify.max_user_watches sysctl
All requests will continue to fail with this message until you resolve
the underlying problem.  You will find more information on fixing this at
https://facebook.github.io/watchman/docs/troubleshooting.html#poison-inotify-add-watch

    at ChildProcess.<anonymous> (/home/naseem/Documents/ReactWork/myapp/node_modules/fb-watchman/index.js:207:21)
    at ChildProcess.emit (events.js:210:5)
    at maybeClose (internal/child_process.js:1021:16)
    at Socket.<anonymous> (internal/child_process.js:430:11)
    at Socket.emit (events.js:210:5)
    at Pipe.<anonymous> (net.js:658:12)
Emitted 'error' event on WatchmanWatcher instance at:
    at Client.<anonymous> (/home/naseem/Documents/ReactWork/myapp/node_modules/jest-haste-map/build/lib/WatchmanWatcher.js:103:10)
    at Client.emit (events.js:210:5)
    at ChildProcess.<anonymous> (/home/naseem/Documents/ReactWork/myapp/node_modules/fb-watchman/index.js:214:12)
    at ChildProcess.emit (events.js:210:5)
    [... lines matching original stack trace ...]
    at Pipe.<anonymous> (net.js:658:12) {
  watchmanResponse: {
    version: '4.9.0',
    error: 'A non-recoverable condition has triggered.  Watchman needs your help!\n' +
      'The triggering condition was at timestamp=1579432624: inotify-add-watch(/home/naseem/Documents/SFreely NEW/zarn/node_modules/resolve/test/resolver/dot_main) -> The user limit on the total number of inotify watches was reached; increase the fs.inotify.max_user_watches sysctl\n' +
      'All requests will continue to fail with this message until you resolve\n' +
      'the underlying problem.  You will find more information on fixing this at\n' +
      'https://facebook.github.io/watchman/docs/troubleshooting.html#poison-inotify-add-watch\n'
  }
}

Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...