expressjs / expressjs.com

Home Page:https://expressjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fs module not found in React 5

elf01b opened this issue · comments

commented

When I follow installation guide on this link
https://expressjs.com/en/guide/database-integration.html#sqlite
I get error fs module not found
People on StackOverFlow advice to downgrade from React latest to React 4
https://stackoverflow.com/questions/70591567/module-not-found-error-cant-resolve-fs-in-react
Is there anyway to connect SQLite Database in React 5 using ExpressJS?