I'm unable to re-install this plugin in my project. All of a sudden my CI builds started to fail because of this plugin. I tried re-installing the plugin but the command cordova plugin add cordova-plugin-mlkit-barcode-scanner failed with the following error:
{
"error": {
"code": "E404",
"summary": "'cordova-plugin-mlkit-barcode-scanner' is not in the npm registry.\nYou should bug the author to publish it\n(or use the name yourself!)\n\nNote that you can also install from a\ntarball, folder, http url, or git url.",
"detail": "\n 'cordova-plugin-mlkit-barcode-scanner@latest' is not in the npm registry.\nYou should bug the author to publish it (or use the name yourself!)\n\nNote that you can also install from a\ntarball, folder, http url, or git url."
}
}
I'm unable to re-install this plugin in my project. All of a sudden my CI builds started to fail because of this plugin. I tried re-installing the plugin but the command
cordova plugin add cordova-plugin-mlkit-barcode-scanner
failed with the following error:{ "error": { "code": "E404", "summary": "'cordova-plugin-mlkit-barcode-scanner' is not in the npm registry.\nYou should bug the author to publish it\n(or use the name yourself!)\n\nNote that you can also install from a\ntarball, folder, http url, or git url.", "detail": "\n 'cordova-plugin-mlkit-barcode-scanner@latest' is not in the npm registry.\nYou should bug the author to publish it (or use the name yourself!)\n\nNote that you can also install from a\ntarball, folder, http url, or git url." } }