Cordova-PDFReader-IOS icon indicating copy to clipboard operation
Cordova-PDFReader-IOS copied to clipboard

Plugin currently not in npm registry

Open valentinpalkovic opened this issue 8 years ago • 10 comments

When i try to add the plugin through cordova plugin add com.lesfrancschatons.cordova.plugins.pdfreader, it will return the following error:

Error: Registry returned 404 for GET on https://registry.npmjs.org/com.lesfrancschatons.cordova.plugins.pdfreader

valentinpalkovic avatar Nov 08 '16 08:11 valentinpalkovic

Same issue here:

Error: Registry returned 404 for GET on https://registry.npmjs.org/com.lesfrancschatons.cordova.plugins.pdfreader

dylanvdmerwe avatar Nov 19 '16 19:11 dylanvdmerwe

same here

gabriel-anglada avatar Nov 23 '16 10:11 gabriel-anglada

Hi everybody, sorry for that, I'll look at it tonight !

etabard avatar Nov 23 '16 10:11 etabard

Still getting this error when trying to install:

Error: Registry returned 404 for GET on https://registry.npmjs.org/com.lesfrancschatons.cordova.plugins.pdfreader

onosol avatar Nov 28 '16 16:11 onosol

Is this issue closed? Last time I checked the plugin was not in npm registry.

NBAMj avatar Jan 29 '17 06:01 NBAMj

I'm getting the same error. The workaround is to install it directly from GitHub using:

cordova plugin add --save https://github.com/etabard/Cordova-PDFReader-IOS.git

john-doherty avatar Feb 22 '17 19:02 john-doherty

@etabard i solved this issue with this way:

  1. Clone to local directory this repository (for example to root directory in my cordova project)
  2. Then i was add package.json (You can get my work example from this gist https://gist.github.com/noris666/03b94f6fdc42efb7fe828899a5d63130)
  3. So i think next step you need add this module to npm and all will be good :-)

@john-doherty @NBAMj @onosol @gabrielAnglada @dylanvdmerwe @valentinpalkovic try my solution if this issue is still relevant :-)

noris666 avatar Jun 05 '17 21:06 noris666

I put it on npm. Thanks for the advice, @noris666 .

https://www.npmjs.com/package/com.lesfrancschatons.cordova.plugins.pdfreader

phofferkamp avatar Jul 13 '17 18:07 phofferkamp

@phofferkamp You can probably close this issue now 😉

RoryH avatar Jul 03 '18 12:07 RoryH

@RoryH I'd like to, but it's not mine :smile:

phofferkamp avatar Jul 13 '18 15:07 phofferkamp