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.

npm install in react-native fails

See original GitHub issue

Trying 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:closed
  • Created 3 years ago
  • Reactions:14
  • Comments:17 (6 by maintainers)

github_iconTop GitHub Comments

6reactions
fbeguecommented, Jul 13, 2020

npm install
works with

"@nozbe/watermelondb": "0.17.0",
"@nozbe/with-observables": "^1.0.0"
1reaction
rytyrcommented, Aug 6, 2020

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

Read more comments on GitHub >

github_iconTop 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 >

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