microsoft / cordova-plugin-indexedDB

Cordova plugin for IndexedDB
Other
64 stars 17 forks source link

NPM 404 #14

Open theavijitsarkar opened 8 years ago

theavijitsarkar commented 8 years ago

Error: Registry returned 404 for GET on https://registry.npmjs.org/com.msopentech.indexeddb

ttv20 commented 8 years ago

try: cordova plugin add cordova-plugin-indexeddb

delpes commented 6 years ago

'cordova plugin add ...' adds this plugin to the config.xml. When i run 'cordova prepare' on our build server, it tries to get the plugin through npm, which fails with the above mentioned 404.

Does anyone have an idea how i can work around this?

abrander commented 6 years ago

For future readers coming here, you can simply install directly from Github:

$ cordova plugin add https://github.com/Microsoft/cordova-plugin-indexedDB

Or maybe even

$ cordova plugin add https://github.com/p-w/cordova-plugin-indexedDB