jointag / JTProximitySDK-Cordova

0 stars 2 forks source link

Installation problem #2

Closed marcocrotti69 closed 5 years ago

marcocrotti69 commented 5 years ago

With installation command (cordova plugin add cordova-plugin-jointag-proximity --save --variable KARIBOO_ID="YOUR_API_KEY" --variable KARIBOO_SECRET="YOUR_API_SECRET"). I have thi error: 'cordova-plugin-jointag-proximity' is not in the npm registry

d-a-w commented 5 years ago

@marcocrotti69 maybe you were following instructions on develop branch, the correct command is: cordova plugin add @jointag/cordova-plugin-jointag-proximity --save --variable KARIBOO_ID="YOUR_API_KEY" --variable KARIBOO_SECRET="YOUR_API_SECRET" Anyway you can find more informations here: https://www.npmjs.com/package/@jointag/cordova-plugin-jointag-proximity

marcocrotti69 commented 5 years ago

Ok. Still persit the error in plugin.xml. This file stard with d not <

d-a-w commented 5 years ago

Now it should be fixed