Cordova-PDFReader-IOS
Cordova-PDFReader-IOS copied to clipboard
Plugin currently not in npm registry
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
Same issue here:
Error: Registry returned 404 for GET on https://registry.npmjs.org/com.lesfrancschatons.cordova.plugins.pdfreader
same here
Hi everybody, sorry for that, I'll look at it tonight !
Still getting this error when trying to install:
Error: Registry returned 404 for GET on https://registry.npmjs.org/com.lesfrancschatons.cordova.plugins.pdfreader
Is this issue closed? Last time I checked the plugin was not in npm registry.
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
@etabard i solved this issue with this way:
- Clone to local directory this repository (for example to root directory in my cordova project)
- Then i was add package.json (You can get my work example from this gist https://gist.github.com/noris666/03b94f6fdc42efb7fe828899a5d63130)
- 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 :-)
I put it on npm. Thanks for the advice, @noris666 .
https://www.npmjs.com/package/com.lesfrancschatons.cordova.plugins.pdfreader
@phofferkamp You can probably close this issue now 😉
@RoryH I'd like to, but it's not mine :smile: