capawesome-team / capacitor-mlkit

⚡️ ML Kit plugins for Capacitor. Supports Android and iOS.
https://capawesome.io/plugins/mlkit/
Apache License 2.0
147 stars 46 forks source link

bug: error in the package installation #182

Closed martinpaians closed 2 months ago

martinpaians commented 2 months ago

Plugin(s)

Version

6.1.0

Platform(s)

Current behavior

while executing npm install @capacitor-mlkit/barcode-scanning there's an error in one of the dependencies:

npm error code E404
npm error 404 Not Found - GET https://registry.npmjs.org/@capacitonpr%2fstatus-bar - Not found
npm error 404
npm error 404  '@capacitonpr/status-bar@6.0.1' is not in this registry.
npm error 404
npm error 404 Note that you can also install from a
npm error 404 tarball, folder, http url, or git url.
npm error A complete log of this run can be found in:

Expected behavior

The package should install normally

Reproduction

github.com/capawesome-team/capacitor-mlkit

Steps to reproduce

To reproduce this error run npm install @capacitor-mlkit/barcode-scanning

Other information

No response

Capacitor doctor

💊 Capacitor Doctor 💊

Latest Dependencies:

@capacitor/cli: 6.1.2 @capacitor/core: 6.1.2 @capacitor/android: 6.1.2 @capacitor/ios: 6.1.2

Installed Dependencies:

@capacitor/android: not installed @capacitor/ios: not installed @capacitor/cli: 6.1.2 @capacitor/core: 6.1.2

Before submitting