question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to resolve module react-native-vector-icons/Feather

See original GitHub issue

The development server returned response error code: 500

URL: http: //10.0.2.2:8081/index.android.delta?platform=android&dev=true&minify=false

Body: { “originModulePath”: “G:\ReactNative\pApp\node_modules\react-native-elements\src\helpers\getIconType.js”, “targetModuleName”: “react-native-vector-icons/Feather”, “message”: “Unable to resolve module react-native-vector-icons/Feather from G:\\ReactNative\\pApp\\node_modules\\react-native-elements\\src\\helpers\\getIconType.js: Module does not exist in the module map\n\nThis might be related to https://github.com/facebook/react-native/issues/4968\nTo resolve try the following:\n 1. Clear watchman watches: watchman watch-del-all.\n 2. Delete the node_modules folder: rm -rf node_modules && npm install.\n 3. Reset Metro Bundler cache: rm -rf /tmp/metro-bundler-cache-* or npm start -- --reset-cache. 4. Remove haste cache: rm -rf /tmp/haste-map-react-native-packager-*.”, “errors”: [ { “description”: “Unable to resolve module react-native-vector-icons/Feather from G:\\ReactNative\\pApp\\node_modules\\react-native-elements\\src\\helpers\\getIconType.js: Module does not exist in the module map\n\nThis might be related to https://github.com/facebook/react-native/issues/4968\nTo resolve try the following:\n 1. Clear watchman watches: watchman watch-del-all.\n 2. Delete the node_modules folder: rm -rf node_modules && npm install.\n 3. Reset Metro Bundler cache: rm -rf /tmp/metro-bundler-cache-* or npm start -- --reset-cache. 4. Remove haste cache: rm -rf /tmp/haste-map-react-native-packager-*.” } ], “name”: “Error”, “stack”: “Error: Unable to resolve module react-native-vector-icons/Feather from G:\\ReactNative\\pApp\\node_modules\\react-native-elements\\src\\helpers\\getIconType.js: Module does not exist in the module map\n\nThis might be related to https://github.com/facebook/react-native/issues/4968\nTo resolve try the following:\n 1. Clear watchman watches: watchman watch-del-all.\n 2. Delete the node_modules folder: rm -rf node_modules && npm install.\n 3. Reset Metro Bundler cache: rm -rf /tmp/metro-bundler-cache-* or npm start -- --reset-cache. 4. Remove haste cache: rm -rf /tmp/haste-map-react-native-packager-*.\n at ModuleResolver.resolveDependency (G:\ReactNative\pApp\node_modules\metro\src\node-haste\DependencyGraph\ModuleResolution.js:158:1476)\n at ResolutionRequest.resolveDependency (G:\ReactNative\pApp\node_modules\metro\src\node-haste\DependencyGraph\ResolutionRequest.js:92:16)\n at DependencyGraph.resolveDependency (G:\ReactNative\pApp\node_modules\metro\src\node-haste\DependencyGraph.js:271:4465)\n at dependencies.map.relativePath (G:\ReactNative\pApp\node_modules\metro\src\DeltaBundler\traverseDependencies.js:379:19)\n at Array.map (<anonymous>)\n at resolveDependencies (G:\ReactNative\pApp\node_modules\metro\src\DeltaBundler\traverseDependencies.js:378:16)\n at G:\ReactNative\pApp\node_modules\metro\src\DeltaBundler\traverseDependencies.js:203:33\n at Generator.next (<anonymous>)\n at step (G:\ReactNative\pApp\node_modules\metro\src\DeltaBundler\traverseDependencies.js:296:307)\n at G:\ReactNative\pApp\node_modules\metro\src\DeltaBundler\traverseDependencies.js:296:467” } processBundleResult BundleDownloader.java: 231 access$100 BundleDownloader.java: 37 onResponse BundleDownloader.java: 204 execute RealCall.java: 135 run NamedRunnable.java: 32 runWorker ThreadPoolExecutor.java: 1133 run ThreadPoolExecutor.java: 607 run Thread.java: 761

Issue Analytics

  • State:open
  • Created 5 years ago
  • Reactions:3
  • Comments:13

github_iconTop GitHub Comments

5reactions
safeimuslimcommented, May 27, 2018

I think we need to update version v.4.4.0(minimum) to use Feather Icons

3reactions
safeimuslimcommented, Jun 10, 2018

@gperfran @eltonxue please install latest version or min v.4.4.0 to support Feather Icons

Read more comments on GitHub >

github_iconTop Results From Across the Web

Unable to resolve module 'react-native-vector-icons ... - GitHub
I am facing following issue when import this: import Icon from 'react-native-vector-icons/FontAwesome';. Error: Unable to resolve module ...
Read more >
bundling failed: Error: Unable to resolve module `react-native ...
To install react-native-vector-icons, you need to install it, then link it. First run: npm install react-native-vector-icons --save
Read more >
react-native-vector-icons - npm
Customizable Icons for React Native with support for NavBar/TabBar, image source and full styling.. Latest version: 9.2.0, last published: 6 ...
Read more >
bundling failed: Error: Unable to resolve module `react-native ...
[Solved]-error: bundling failed: Error: Unable to resolve module `react-native-vector-icons/Feather`-Reactjs · score:11. Accepted answer · score:0. make sure that ...
Read more >
Troubleshooting | React Native Elements
If you aren't using a custom font in your application, then it's likely that the error comes from React Native Elements looking for...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found