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
As per facebook/create-react-app#3074, the 'fs' module is stubbed out as empty when using create-react-app (printing an imported 'fs' module returns {}).
Importing modules using this module as a dependency therefore always throw with TypeError: 'exists' is not a function.
The text was updated successfully, but these errors were encountered:
As per facebook/create-react-app#3074, the 'fs' module is stubbed out as empty when using create-react-app (printing an imported 'fs' module returns {}).
Importing modules using this module as a dependency therefore always throw with TypeError: 'exists' is not a function.
The text was updated successfully, but these errors were encountered: