mrchandoo / cordova-plugin-decimal-keyboard

Cordova plugin to show decimal keyboard on iPhones
Apache License 2.0
37 stars 71 forks source link

Plugin Install - Missing package.json #17

Open hvaughan3 opened 6 years ago

hvaughan3 commented 6 years ago

When attempting to install this plugin using the command in the README (cordova plugin add https://github.com/mrchandoo/cordova-plugin-decimal-keyboard.git) I am seeing the following error:

npm ERR! code ENOPACKAGEJSON npm ERR! package.json Non-registry package missing package.json: git+https://github.com/mrchandoo/cordova-plugin-decimal-keyboard.git. npm ERR! package.json npm can't find a package.json file in your current directory.

If I instead use the following command, the plugin gets installed successfully:

cordova plugin add cordova-plugin-decimal-keyboard

kishorekumaru commented 5 years ago

cordova plugin add cordova-plugin-decimal-keyboard works only if you have the latest Cordova version installed