-
Notifications
You must be signed in to change notification settings - Fork 116
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
Unable to resolve module fs
#80
Comments
fs is a core Node module, so no, you don't need to require it. |
Any idea why I am getting the error "Unable to resolve module |
It's hard to say without more context. I assume it might be a broken Node installation, though. |
I am using React Native. I think that is it. |
A temporary solution for RN is to directly paste The reason is that RN doesn't have fs implemented. |
If fs is a dependency, shouldn't it be required by this modules packages.json?
The text was updated successfully, but these errors were encountered: