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 have trying to get all the file name inside a directory in react but i could'nt directly use fs. So searched for this library instead.
Module "fs" has been externalized forbrowser compatibility. Cannot access "fs.realpath"in client code. See https://vitejs.dev/guide/troubleshooting.html#module-externalized-for-browser-compatibility for more details. [fs:9:14](browser-external:fs)
Module "fs" has been externalized forbrowser compatibility. Cannot access "fs.realpathSync"in client code. See https://vitejs.dev/guide/troubleshooting.html#module-externalized-for-browser-compatibility for more details.
The text was updated successfully, but these errors were encountered:
I have trying to get all the file name inside a directory in react but i could'nt directly use fs. So searched for this library instead.
The text was updated successfully, but these errors were encountered: