WatermelonDB: npm install in react-native fails

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

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Reactions: 14
  • Comments: 17

Most upvoted comments

npm install
works with

"@nozbe/watermelondb": "0.17.0",
"@nozbe/with-observables": "^1.0.0"

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