Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Module not found: Can't resolve 'fs' #214

Open
oluwaseunladeinde opened this issue Dec 20, 2024 · 0 comments
Open

Module not found: Can't resolve 'fs' #214

oluwaseunladeinde opened this issue Dec 20, 2024 · 0 comments

Comments

@oluwaseunladeinde
Copy link

When I import the package, I keep getting the following:

Module not found: Can't resolve 'fs'
8 |
9 | // src/config.ts

10 | import * as fs from "fs";
| ^^^^^^^^^^^^^^^^^^^^^^^^^
11 | import { set_fs } from "xlsx";
12 | set_fs(fs);
13 |

image

node version: v20.17.0
npm version: 10.9.0
react version: 19.0.0-rc-66855b96-20241106

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant