-
Notifications
You must be signed in to change notification settings - Fork 25k
Closed
Labels
Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.
Description
Hello
I cloned one of my project and updated it's version. After update i got this error:
error: bundling: UnableToResolveError: Unable to resolve module `ActivityIndicator`
from `C:\Users\02483901\Desktop\RN Start Over\Peerket_Mobile\node_modules\react-native\Libraries\react-native\react-native-implementation.js`:
Module does not exist in the module map or in these directories:
C:\Users\02483901\Desktop\RN Start Over\Peerket_Mobile\node_modulesThis might be related
to https://github.com/facebook/react-native/issues/4968To resolve try the following:
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`.
at ResolutionRequest._resolveNodeDependency (**my project root**/node_modules/react-native/packager/src/node-haste/DependencyGraph/ResolutionRequest.js:394:11)
at tryResolveSync (**my project root**/node_modules/react-native/packager/src/node-haste/DependencyGraph/ResolutionRequest.js:136:20)
at tryResolveSync (**my project root**/node_modules/react-native/packager/src/node-haste/DependencyGraph/ResolutionRequest.js:66:12)
at ResolutionRequest.resolveDependency (**my project root**/node_modules/react-native/packager/src/node-haste/DependencyGraph/ResolutionRequest.js:134:22)
at dependencyNames.map.name (**my project root**/node_modules/react-native/packager/src/node-haste/DependencyGraph/ResolutionRequest.js:145:59)
at Array.map (native)
at ResolutionRequest.resolveModuleDependencies (**my project root**/node_modules/react-native/packager/src/node-haste/DependencyGraph/ResolutionRequest.js:145:42)
at Promise.resolve.then (**my project root**/node_modules/react-native/packager/src/node-haste/DependencyGraph/ResolutionRequest.js:169:21)
at <anonymous>
at process._tickCallback (internal/process/next_tick.js:169:7)Bundling `index.android.js` 22.0% (15/32), failed.
Make sure your issue reproduces on master. Your issue may already have been fixed!
If your issue is present in master and in the stable release, try to reproduce your bug on https://snack.expo.io/
If you can't reproduce the bug on Snack, provide a sample project.
At the very least, provide an example of your code.
I applied all the methods that listed above, even updated my node version. Still i got this error.
By the way i am on Windows so i am not using watchman.
Later i gave it up started a new project. I only import packages that i used on this project. Even the code is just hello world code of RN i got the same error.
My Package.Json:
{
"name": **my project name**,
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"node-gyp": "^3.6.1",
"react": "16.0.0-alpha.6",
"react-native": "0.44.2",
"react-native-accordion": "^1.0.1",
"react-native-calendar-picker": "^5.7.0",
"react-native-fab": "^1.0.1",
"react-native-fetch-blob": "^0.10.5",
"react-native-image-picker": "^0.26.3",
"react-native-image-slider": "^1.1.5",
"react-native-scrollable-tab-view": "^0.6.6",
"react-native-snap-carousel": "^2.1.4",
"react-native-swiper": "^1.5.4",
"react-native-tab-navigator": "^0.3.3",
"react-native-vector-icons": "^4.2.0",
"react-navigation": "^1.0.0-beta.11",
"realm": "^1.3.1"
},
"devDependencies": {
"babel-jest": "20.0.3",
"babel-preset-react-native": "1.9.2",
"jest": "20.0.4",
"react-test-renderer": "16.0.0-alpha.6"
},
"jest": {
"preset": "react-native"
}
}
For the reproduction: You can init a RN project and then change it's project json. Then do and do npm install and you just received an error!
What am i doing wrong? How can solve this ? What is going on?
Metadata
Metadata
Assignees
Labels
Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.