Android: Requiring unknown module "crypto"
See original GitHub issueThere’s an issue with some of the packages requiring a crypto
module, which isn’t installed by npm
. Probably a broken dependency. See the following screenshots.
I’m using npm v3.10.3 and node v6.3.1.
Issue Analytics
- State:
- Created 7 years ago
- Comments:16 (10 by maintainers)
Top Results From Across the Web
Requiring unknown module "crypto" in react-native environment
Using twit module to get twitter feeds and stream. Below is the code, it works fine node. However, when included into my react-native...
Read more >Reactjs – Requiring unknown module “crypto” in react-native ...
I'm writing a simple Twitter app using react-native. Using twit module to get twitter feeds and stream. Below is the code, it works...
Read more >React Native "Requiring unknown module "Crypto" #9535
Hello I got this error message when i use any encryption library such as JWT Requiring unknown module "crypto". If you are sure...
Read more >Requiring unknown module 24 react-native
Requiring unknown module 24 react-native. The problem is that in the loadLocale function, it attempts to require('./locale/' + name) where name is en-US, ......
Read more >Build error when adding React Native Paper - Reddit
After these commands, my app is unable to build and I get a "Requiring unknown module "1090".If you are sure the module is...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I found a non-sketchy way to replace the ‘uuid’ dependency with its react-native counterpart only when being run on react-native. I’ll submit a pull request.
you must restart your server with react-native start and run your app with react-native run-android.