paldepind / synceddb

Makes it easy to write offline-first applications with realtime syncing and server side persistence.
MIT License
410 stars 34 forks source link

No compatible version found: synceddb-persistence-tests@0.0.2 #9

Closed piglovesyou closed 8 years ago

piglovesyou commented 8 years ago
[pig@localhost synceddb]$ cd ./persistence/memory/
[pig@localhost memory]$ npm i
npm ERR! Linux 4.4.5-1-ARCH
npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "i"
npm ERR! node v5.8.0
npm ERR! npm  v3.8.1

npm ERR! No compatible version found: synceddb-persistence-tests@0.0.2
npm ERR! Valid install targets:
npm ERR! 0.0.1
npm ERR!
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR!     <https://github.com/npm/npm/issues>

npm ERR! Please include the following file with any support request:
npm ERR!     /home/pig/git/synceddb/persistence/memory/npm-debug.log

And $ npm info synceddb-persistence-tests says versions are only [ '0.0.1' ].

piglovesyou commented 8 years ago

Publishing persistence/persistence-tests is fine I guess

paldepind commented 8 years ago

I've published synceddb-persistence-tests and changed the dependency back to 0.0.2.