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
the serve command try to watch all the files in the serving directory, including the node_modules, what results in ENOSPC error on linux when trying to watch too many files.
Source for the bug: jestjs/jest#3254
exclude the node_modules directory when watching files.
The text was updated successfully, but these errors were encountered:
the
serve
command try to watch all the files in the serving directory, including thenode_modules
, what results inENOSPC
error on linux when trying to watch too many files.Source for the bug: jestjs/jest#3254
exclude the
node_modules
directory when watching files.The text was updated successfully, but these errors were encountered: