Relative Content

Tag Archive for javascriptnode.jsvitenode.js-fs

Am I overlooking the solution to “Module ‘fs’ has been externalized for browser compatibility”?

Just so you get an understanding of the situation, I am trying to build a web game library that runs on my computer. It is pretty much a rip off of the Nintendo Wii and 3DS. I’m using Vite as the server I use to access the webpages, and WS so I can run multiplayer games and services. The next thing I want to do is file manipulation so I can create save files for whatever game, but I have been having issues with file manipulation.