-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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 http from... #11772
Comments
Unfortunately, this problem has yet to be resolved. Refer to this issue for a workaround: #11498 |
Closing this issue because it has been inactive for a while. If you think it should still be opened let us know why. |
I am still having this problem. It should be reopened. Built-in modules don't seem to get resolved for some reason. |
? |
looks like luis shared something he didnt mean to share |
I have no idea what's going on with that comment |
(Maintainer note: I removed a comment unrelated to this PR or React Native. Please keep the discussions in PRs on topic.) |
Turns out react-native doesn't support the built-in node modules, which is why they weren't getting resolved. However that isn't documented anywhere and I had to find it out from a blog post. |
Hello,
Suddenly when i run my app - "react-native start"
i got error:
https://s23.postimg.org/h85k32aaz/image.png
i tried all the options that he suggested like:
clear cache, delete watchme list, delete temp with react, and delete the app and create new app...
the error come when i use require("somemodule") ...
(i tried to reinstall the axios too).
what can i do?
i work on windows 7 and android
The text was updated successfully, but these errors were encountered: