pouchdb / upsert

PouchDB plugin for upsert() and putIfNotExists() functions
Apache License 2.0
149 stars 25 forks source link

NPM install broken #39

Closed useitsoftware closed 7 years ago

useitsoftware commented 7 years ago

when i run npm install pouchdb-upsert, it runs into

/my/npm/project/path/wich/is/an/angular2/ionic2/project └── (empty)

npm ERR! code 1

is there any black magic to be done for it to work? does it have something to do with the travis issue?

useitsoftware commented 7 years ago

npm install pouchdb-upsert@2.0.0 did work. something between 2.0.0 and 2.0.1 broke npm installer.

nolanlawson commented 7 years ago

I just published 2.1.0. Can you please check to see if everything is working? Also we would need a test case to reproduce if it's not working. When you're using npm+Ionic+Angular+TypeScript+Webpack+whatever there are a million possible things that can go wrong. :)