Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.65 KB | None | 0 0
  1. > mobidex@0.0.1 start /home/anonymous/Desktop/mobidex
  2. > node node_modules/react-native/local-cli/cli.js start
  3.  
  4. ┌──────────────────────────────────────────────────────────────────────────────┐
  5. │ │
  6. │ Running Metro Bundler on port 8081. │
  7. │ │
  8. │ Keep Metro running while developing on any JS projects. Feel free to │
  9. │ close this tab and run your own Metro instance if you prefer. │
  10. │ │
  11. │ https://github.com/facebook/react-native │
  12. │ │
  13. └──────────────────────────────────────────────────────────────────────────────┘
  14.  
  15. Looking for JS files in
  16. /home/anonymous/Desktop/mobidex
  17.  
  18. Loading dependency graph...internal/fs/watchers.js:173
  19. throw error;
  20. ^
  21.  
  22. Error: ENOSPC: System limit for number of file watchers reached, watch '/home/anonymous/Desktop/mobidex/node_modules/web3-providers-ws/node_modules/websocket/build/Release/.deps/Release/obj.target/validation'
  23. at FSWatcher.start (internal/fs/watchers.js:165:26)
  24. at Object.watch (fs.js:1258:11)
  25. at NodeWatcher.watchdir (/home/anonymous/Desktop/mobidex/node_modules/metro/node_modules/sane/src/node_watcher.js:159:22)
  26. at Walker.<anonymous> (/home/anonymous/Desktop/mobidex/node_modules/metro/node_modules/sane/src/common.js:109:31)
  27. at Walker.emit (events.js:198:13)
  28. at /home/anonymous/Desktop/mobidex/node_modules/walker/lib/walker.js:69:16
  29. at go$readdir$cb (/home/anonymous/Desktop/mobidex/node_modules/graceful-fs/graceful-fs.js:149:14)
  30. at FSReqWrap.args [as oncomplete] (fs.js:140:20)
  31. npm ERR! code ELIFECYCLE
  32. npm ERR! errno 1
  33. npm ERR! mobidex@0.0.1 start: `node node_modules/react-native/local-cli/cli.js start`
  34. npm ERR! Exit status 1
  35. npm ERR!
  36. npm ERR! Failed at the mobidex@0.0.1 start script.
  37. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  38.  
  39. npm ERR! A complete log of this run can be found in:
  40. npm ERR! /home/anonymous/.npm/_logs/2019-06-24T18_22_48_922Z-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement