Created
May 5, 2020 16:40
-
-
Save michaelsbradleyjr/f7d8bc6008ff26c74f5ec48c32ee7613 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ yarn react-native start | |
yarn run v1.22.4 | |
$ /Users/michael/repos/status-react/node_modules/.bin/react-native start | |
┌──────────────────────────────────────────────────────────────────────────────┐ | |
│ │ | |
│ Running Metro Bundler on port 8081. │ | |
│ │ | |
│ Keep Metro running while developing on any JS projects. Feel free to │ | |
│ close this tab and run your own Metro instance if you prefer. │ | |
│ │ | |
│ https://github.com/facebook/react-native │ | |
│ │ | |
└──────────────────────────────────────────────────────────────────────────────┘ | |
Looking for JS files in | |
/Users/michael/repos/status-react | |
Loading dependency graph...(node:24968) UnhandledPromiseRejectionWarning: Error: `fsevents` unavailable (this watcher can only be used on Darwin) | |
at new FSEventsWatcher (/Users/michael/repos/status-react/node_modules/react-native/node_modules/sane/src/fsevents_watcher.js:37:13) | |
at createWatcher (/Users/michael/repos/status-react/node_modules/react-native/node_modules/jest-haste-map/build/index.js:927:23) | |
at Array.map (<anonymous>) | |
at HasteMap._watch (/Users/michael/repos/status-react/node_modules/react-native/node_modules/jest-haste-map/build/index.js:1092:44) | |
at _buildPromise._buildFileMap.then.then.hasteMap (/Users/michael/repos/status-react/node_modules/react-native/node_modules/jest-haste-map/build/index.js:463:23) | |
at process._tickCallback (internal/process/next_tick.js:68:7) | |
(node:24968) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1) | |
(node:24968) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code. | |
(node:24968) UnhandledPromiseRejectionWarning: Error: `fsevents` unavailable (this watcher can only be used on Darwin) | |
at new FSEventsWatcher (/Users/michael/repos/status-react/node_modules/react-native/node_modules/sane/src/fsevents_watcher.js:37:13) | |
at createWatcher (/Users/michael/repos/status-react/node_modules/react-native/node_modules/jest-haste-map/build/index.js:927:23) | |
at Array.map (<anonymous>) | |
at HasteMap._watch (/Users/michael/repos/status-react/node_modules/react-native/node_modules/jest-haste-map/build/index.js:1092:44) | |
at _buildPromise._buildFileMap.then.then.hasteMap (/Users/michael/repos/status-react/node_modules/react-native/node_modules/jest-haste-map/build/index.js:463:23) | |
at process._tickCallback (internal/process/next_tick.js:68:7) | |
(node:24968) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 2) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment