npm install in react-native fails
See original GitHub issueTrying to install watermelon in a react-native project:
npm i @nozbe/watermelondb --save
Getting this error
code 128
npm ERR! Command failed: /usr/local/bin/git submodule update -q --init --recursive
npm ERR! fatal: No url found for submodule path 'original/LokiJS' in .gitmodules
Issue Analytics
- State:
- Created 3 years ago
- Reactions:14
- Comments:17 (6 by maintainers)
Top Results From Across the Web
Error: React native is not installed. Please run `npm ...
Try running npm install in your directory, if this doesn't solve, then edit your message adding your package.json file. Hope it helps ·...
Read more >npm install fails with react 17.0.1 and react-native 0.64.0
I had this issue and nothing seemed to work. I fixed it by downgrading node to version 12.14.1 Uninstall the current node version...
Read more >Troubleshooting
If you run into issue where executing npm run android on macOS throws the above error, try to run sudo chmod +x android/gradlew...
Read more >react-native
Follow the Getting Started guide. The recommended way to install React Native depends on your project. Here you can find short guides for...
Read more >error error: command failed: npm install --save --save-exact ...
The solution for ” Command `npm install –save –save-exact react-native` failed ” can be found here. The following code will assist you in...
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 Free
Top 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

npm installworks with
@radex
npm i @nozbe/watermelondb@0.19.0-3works fine