-
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
UnableToResolveError: Unable to resolve module ActivityIndicator #15256
Comments
Installing yarn fixed my issue! The I ran yarn upgrade |
I have this problem. I don't want to switch to yarn. I upgrade my npm, but still no go. Any ideas? |
I've same kind of problem. error: bundling failed: Error: Unable to resolve module node - v10.1.0 This happened when I upgraded react-native from .45 to .55. Edit:- I tried
Nothing worked. |
@saaksshi did you find a solution? |
@cgonzalezp91 unfortunately I didn't find any solution and instead of upgrading I preferred creating new project as I literally wasted 1 week over this. but feel free to post solution if you find anything. |
error: bundling: UnableToResolveError: Unable to resolve module
ActivityIndicator
fromC:\Projects\node_modules\react-native\Libraries\react-native\react-native-implementation.js
: Module does not exist in the module map or in these directories:C:\Projects\node_modules\react-native\node_modules
, C:\Projects\node_modules
react-native -v
: 0.44.3node -v
: 6.10npm -v
: 3.10.10Step to reproduce:
1 - react-native run-android
NOTE: The following steps did not work for me
watchman watch-del-all
.node_modules
folder:rm -rf node_modules && npm install
.rm -fr $TMPDIR/react-*
ornpm start -- --reset-cache
.The text was updated successfully, but these errors were encountered: