Skip to content

UnableToResolveError: Unable to resolve module ActivityIndicator #15256

Closed
@ferminmoli

Description

@ferminmoli

error: bundling: UnableToResolveError: Unable to resolve module ActivityIndicator from C:\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

  1. react-native -v: 0.44.3
  2. node -v: 6.10
  3. npm -v: 3.10.10
  • Target Platform: Android
  • Development Operating System: Windows 10
  • Build tools: Android SDK 23

Step to reproduce:
1 - react-native run-android

NOTE: The following steps did not work for me

  1. Clear watchman watches: watchman watch-del-all.
  2. Delete the node_modules folder: rm -rf node_modules && npm install.
  3. Reset packager cache: rm -fr $TMPDIR/react-* or npm start -- --reset-cache.
  4. Clone repository from the scratch and install modules again

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions