-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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 react/lib/ReactDebugCurrentFrame
#13017
Comments
When I update to 0.43.0 - rc. 1 version |
@droidwolf, where can I find the newest version of react and react-native such as react@~16.0.0-alpha.3 and react-native@0.43.0-rc.1 , I only can find 0.42.3 |
+1 |
I got that error as well on react ^15.4.2 and react-native 0.43, but upgrading to 16.0.0-alpha.6 fixed it. So id say.. stay away from 0.43 or use react 16.0.0-alpha.6 |
Seems that RN 0.43 shouldn't made it out of the door in this stage, particularly when essential Components like ListView got deprecated as 0.43 is not ready for serious usage yet. |
I was also having trouble upgrading. I decided to start a brand new project and migrate things over as a last resort. I get @droidwolf's error on init of a brand new project, not changing a single thing. I'm on the latest version of MacOS and Xcode. What else am I missing? EDIT: I restarted the simulator (not the packager, but the simulator) and everything seems to work now. sigh |
This is a library issue, restarting xcode, cleaning your build, clearing npm cache and running |
|
Unable to resolve module
react/lib/ReactDebugCurrentFrame
from....\node_modules\react-native\Libraries\Renderer\src\renderers\shared\stack\reconciler\ReactCompositeComponent.js
: Module does not exist in the module map or in these directories:...\node_modules\react\lib
The text was updated successfully, but these errors were encountered: