PolymerElements / app-pouchdb

Custom Elements for working with PouchDB.
49 stars 27 forks source link

Trying to install on Polymer 3.0 #59

Open AgusRumayor opened 6 years ago

AgusRumayor commented 6 years ago

Description

Install package on Polymer 3.0

Expected outcome

Package installed

Actual outcome

The package not found:

npm ERR! code ETARGET npm ERR! notarget No matching version found for @polymer/app-pouchdb@next npm ERR! notarget In most cases you or one of your dependencies are requesting npm ERR! notarget a package version that doesn't exist. npm ERR! A complete log of this run can be found in: npm ERR! /root/.npm/_logs/2018-06-01T22_07_13_684Z-debug.log

Steps to reproduce

RoopeshManchanbele commented 6 years ago

Even I am facing the same issue. what is the fix for this !

saragarmee commented 6 years ago

The fix is for them to update it to 3.0 and set a version tag. Until then you'll need to wing it. If you're good at coding you might be able to fork the repo, update it to Polymer 3 and submit a PR. Otherwise, this isn't really the sort of thing you really need a custom element for. Just import the pouchDB driver and hook up whatever you need by hand.