You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: Error watching file for changes: EMFILE
at _errnoException (util.js:1022:11)
at FSEvent.FSWatcher._handle.onchange (fs.js:1351:9)
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
The steps to reproduce are:
Using node version 8.9.4... (also seen in 8.8.1, and 7.7.1)
create a brand new Create-react-app (currently this means installing react-scripts 1.1.1)
run yarn test (observe no issues)
run yarn add react-styleguidist
run yarn test (observe above error)
I have a demo repo setup with state after step 4 here. This does not fork the example repo since the issue is using styleguidist with CRA, which the demo repo does not include.
I am on mac (10.12.6) and my yarn version is 1.3.2.
The text was updated successfully, but these errors were encountered:
Firstly, thank you for such a great tool!
Posting this because we are getting the following error when running either
yarn test
ornpm test
:The steps to reproduce are:
yarn test
(observe no issues)yarn add react-styleguidist
yarn test
(observe above error)I have a demo repo setup with state after step 4 here. This does not fork the example repo since the issue is using styleguidist with CRA, which the demo repo does not include.
I am on mac (10.12.6) and my yarn version is 1.3.2.
The text was updated successfully, but these errors were encountered: