cordova-app-loader icon indicating copy to clipboard operation
cordova-app-loader copied to clipboard

1.2.0 is not published to npm

Open dpogue opened this issue 9 years ago • 3 comments

The latest available version on npm is apparently 1.0.0:

$ npm info cordova-app-loader dist-tags
{ latest: '1.0.0' }

dpogue avatar May 17 '16 00:05 dpogue

Sadly, it's still not published to npm.

pheinicke avatar Jun 02 '16 12:06 pheinicke

Ugh, still not published. I've just spent two hours trying to trace a bug which has already been fixed :(

SystemParadox avatar Jul 26 '16 16:07 SystemParadox

As a workaround, you can tell npm to download it from github like this:

    "cordova-app-loader": "git+https://github.com/markmarijnissen/cordova-app-loader#c99a03d8771a0e90a5654311b671b96dd8862635",

SystemParadox avatar Jul 26 '16 16:07 SystemParadox