-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installing the latest version causes an error → EUNSUPPORTEDPROTOCOL #87
Comments
you are supposed to install it using |
Thanks for your answer. Logs : Failed to fetch plugin cordova-plugin-localization-strings@5 via registry.
Probably this is either a connection problem, or plugin spec is incorrect.
Check your connection and plugin name/version/URL.
Error: npm: Command failed with exit code 1 Error output:
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: strip-ansi-cjs@npm:strip-ansi@^6.0.1 (node_modules/@isaacs/cliui/node_modules/strip-ansi-cjs):
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Unsupported URL Type "npm:": npm:strip-ansi@^6.0.1
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: wrap-ansi-cjs@npm:wrap-ansi@^7.0.0 (node_modules/@isaacs/cliui/node_modules/wrap-ansi-cjs):
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Unsupported URL Type "npm:": npm:wrap-ansi@^7.0.0
npm ERR! code EUNSUPPORTEDPROTOCOL
npm ERR! Unsupported URL Type "npm:": npm:string-width@^4.2.0 I modify the temporary solution :
|
🤔 did you also, copy your project for a new folder, remove all other plugins or remove everything related to this plugin and then run (no ^4.0.0 or anything else) |
I get an error when I try to install the latest version 5.x.
Here are the logs :
My config and environment :
Unable to upgrade to node and npm version.
The only solution is to revert to version 4.x.
npm i cordova-plugin-localization-strings@^4.0
The text was updated successfully, but these errors were encountered: