You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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."
}
}
The text was updated successfully, but these errors were encountered:
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."
}
}
The text was updated successfully, but these errors were encountered: