Cordova-plugin-honeywell-captuvo (Win - 8.2.1.1)

Hello,

Until yesterday morning, I could use this plugin:
plugin name=“cordova-plugin-honeywell-captuvo” spec=“GitHub - BlueFletch/cordova-plugin-honeywell-captuvo: This plugin supports barcode scanning, magstripe reads and monitoring battery levels on the Honeywell Captuvo sled.

Now I am required to use plugin name=“cordova-plugin-honeywell-captuvo”, but I get this error:
UserError: Conflict found, edit-config changes from config.xml

My customers have been using this plugin for years, I would appreciate any help.

I can send the Log if need it.

Thank you

use source=" GitHub - BlueFletch/cordova-plugin-honeywell-captuvo: This plugin supports barcode scanning, magstripe reads and monitoring battery levels on the Honeywell Captuvo sled."

Thank you Evsart, but I get the same error: UserError: Conflict found, edit-config changes from config.xml

The source property is ignored by Cordova. We’ve instituted checking on the spec property, which can be used to override the files being downloaded with almost anything. That’s a big security hole.

In this case, the npm entry is overridden by the new spec, which grabs a different plugin than what is listed in npm.

The proper solution is to get the new plugin its own entry in npm.