chariotsolutions / phonegap-nfc

PhoneGap NFC Plugin
MIT License
712 stars 568 forks source link

Error: invalid variable format: scanning when installing #314

Closed jberke closed 6 years ago

jberke commented 6 years ago

I am using VS2017 and try to install the plugin from GIT and I get this output

Installing plugin 'https://github.com/chariotsolutions/phonegap-nfc'

You have been opted out of telemetry. To change this, run: cordova telemetry on. Error: invalid variable format: scanning Done

don commented 6 years ago

This sounds like a VS2017 problem. I don't use that tool, so I'm not sure.

I recommend installing the plugin into your project from npm using the Cordova tools

cordova plugin add phonegap-nfc
jberke commented 6 years ago

Yea it probably is, I did install the plugin with the CLI and its working like a champ! Nice plugin by the way

don commented 6 years ago

Thanks for the update. Glad it's working.