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 can't install the plugin using command line nor cordova build
It's weird because a few moments before, I was able to install it on a ubuntu laptop, build and test for the same App on a Android platform
I tried to remove "ios" directory, rebuild from scratch but same error
Here is the message log :
Discovered plugin "cordova-plugin-androidx-adapter". Adding it to the project
Installing "cordova-plugin-androidx-adapter" for ios
Adding cordova-plugin-androidx-adapter to package.json
Discovered plugin "cordova-plugin-cookieemperor". Adding it to the project
Failed to fetch plugin git+https://github.com/RTK/cordova-cookie-emperor.git via registry.
Probably this is either a connection problem, or plugin spec is incorrect.
Check your connection and plugin name/version/URL.
CordovaError: CordovaError: Could not determine package name from output:
up to date, audited 1689 packages in 13s
9 low severity vulnerabilities
To address issues that do not require attention, run:
npm audit fix
To address all issues (including breaking changes), run:
npm audit fix --force
Run `npm audit` for details.
[ERROR] An error occurred while running subprocess cordova.
at /usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/plugman/fetch.js:140:43
at processTicksAndRejections (node:internal/process/task_queues:93:5)
here"s the line in package.json "cordova-plugin-cookieemperor": "git+https://github.com/RTK/cordova-cookie-emperor.git",
I don't know which other info could be useful
The text was updated successfully, but these errors were encountered:
I can't install the plugin using command line nor cordova build
It's weird because a few moments before, I was able to install it on a ubuntu laptop, build and test for the same App on a Android platform
I tried to remove "ios" directory, rebuild from scratch but same error
Here is the message log :
here"s the line in package.json
"cordova-plugin-cookieemperor": "git+https://github.com/RTK/cordova-cookie-emperor.git",
I don't know which other info could be useful
The text was updated successfully, but these errors were encountered: