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
I tried to run this inside a javascript function on the browser. I'm running react. during the build process I encountered the following error
ERROR in ./node_modules/graceful-fs/graceful-fs.js
Module not found: Error: Can't resolve 'fs' in '(my path)/node_modules/graceful-fs
Is JSONC only meant to be run on the server and not in a web app on the browser?
The text was updated successfully, but these errors were encountered:
I tried to run this inside a javascript function on the browser. I'm running react. during the build process I encountered the following error
ERROR in ./node_modules/graceful-fs/graceful-fs.js
Module not found: Error: Can't resolve 'fs' in '(my path)/node_modules/graceful-fs
Is JSONC only meant to be run on the server and not in a web app on the browser?
The text was updated successfully, but these errors were encountered: