-
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
rn update from 0.44 to 0.49 error: Unable to resolve module 'uuid' from .. #16543
Comments
Hi @cq920702! Did you try to re-install |
Hi @cq920702 , I recently went through a similar experience upgrading from 0.44 to 0.49. I strongly recommend following this articles advice. I had a similar issue and it was due to a change in 0.48 where the RCTBlob.xcodeproj couldn't auto merge correctly. The solution was to go inside xcode and add the project to the file manually. I hope this helps you out, let me know if you have any questions. |
Hi! I am experiencing the same issue. Environment: Packages: (wanted => installed) Steps to Reproduce
|
Facing the same issue. Ubuntu Issue only on giving 'npm install' on 'yarn install' no issues. |
Can confirm that this happens only when using |
I believe this is a bug, in that What's confusing to me, is that this problem has supposedly existed since 0.48 if I'm looking at the changelog correctly, and so I'm confused why it hasn't been reported/fixed before. Anyone want to make the change? If not, I'll try to remember to add the dependency after I finish my RN upgrade and get my codebase working again. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Maybe the issue has been fixed in a recent release, or perhaps it is not affecting a lot of people. If you think this issue should definitely remain open, please let us know why. Thank you for your contributions. |
Yes Mr Stale, this is still an issue. RN still requires uuid: But uuid is not listed as a dependency: |
I am having the same issue and none of the options work This might be related to #4968
|
I tried everything stated here and it didn't work. But then I updated my npm to 5.3.0 and that fixed the problem for me. |
Thanks for posting this! It looks like you may not be using the latest version of React Native, v0.53.0, released on January 2018. Can you make sure this issue can still be reproduced in the latest version? I am going to close this, but please feel free to open a new issue if you are able to confirm that this is still a problem in v0.53.0 or newer. |
Hopefully if anyone has come from Google and is still having an issue with this then I can help. This was the fix for me: |
Is this a bug report?
YES
(write your answer here)
When I upgrade rn from 0.44.0 to 0.49.3. got error:Unable to resolve module 'uuid' from '..node_modules/react-native/Libraries/Blob/Blob.js':Mudule does not exist in the module map
Have you read the Contributing Guidelines?
(Write your answer here.)
Environment
Environment:
OS: macOS Sierra 10.12.6
Node: 8.5.0
Yarn: Not Found
npm: 4.2.0
Watchman: 4.7.0
Xcode: Xcode 9.0 Build version 9A235
Android Studio: 2.3 AI-162.4069837
Packages: (wanted => installed)
react: 16.0.0-alpha.6 => 16.0.0-alpha.6
react-native: 0.49.3 => 0.49.3
Steps to Reproduce
(Write your steps here:)
1.Xcode run
2. Simulator show the error
3.
Expected Behavior
(Write what you thought would happen.)
Can run correctly.
Actual Behavior
(Write what happened. Add screenshots!)
Reproducible Demo
(Paste the link to an example project and exact instructions to reproduce the issue.)
The text was updated successfully, but these errors were encountered: