truffle-box / react-box

Truffle, Webpack and React boilerplate.
https://truffle-box.github.io/
MIT License
736 stars 251 forks source link

Missing packages #22

Closed Meekohi closed 5 years ago

Meekohi commented 6 years ago

Fresh unbox on OSX:

> npm run start
Failed to compile.

Error in ./src/index.js
Module build failed: Error: Failed to load plugin babel: Cannot find module 'eslint-plugin-babel'
    at Array.forEach (native)
 @ multi main
Meekohi commented 6 years ago
> npm test
Determining test suites to run...2017-10-07 15:19 node[6994] (FSEvents.framework) FSEventStreamStart: register_with_server: ERROR: f2d_register_rpc() => (null) (-22)
2017-10-07 15:19 node[6994] (FSEvents.framework) FSEventStreamStart: register_with_server: ERROR: f2d_register_rpc() => (null) (-22)
events.js:160
      throw er; // Unhandled 'error' event
      ^

Error: Error watching file for changes: EMFILE
    at exports._errnoException (util.js:1026:11)
    at FSEvent.FSWatcher._handle.onchange (fs.js:1406:11)
npm ERR! Test failed.  See above for more details.
didil commented 6 years ago

did you run npm install ?

Meekohi commented 6 years ago

Yes indeed.

dr-orlovsky commented 6 years ago

Same for me

jordanglassman commented 6 years ago

I fixed the test problem by installing watchman: https://github.com/facebook/react-native/issues/910#issuecomment-94181845

See also: https://github.com/facebook/react-native/issues/10088

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 5 years ago

This issue has been closed, but can be re-opened if further comments indicate that the problem persists. Feel free to tag maintainers if no there is no reply to further comments.