We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please publish plugin to NPM. In our build system we're unable to install directly from Git + https/ssh.
cordova -v
cordova platform ls
Should be able to install package dependency via NPM. This also allows locking to a specific version.
Install requests fail because we can't install directly from Git.
Running npm install to install project dependencies for build.
npm install
N/A
The text was updated successfully, but these errors were encountered:
I second this request... this fork appears to be the most current and most likely to work but npm is the only place we can pull from.
Sorry, something went wrong.
No branches or pull requests
Please publish plugin to NPM. In our build system we're unable to install directly from Git + https/ssh.
Your Environment
cordova -v
): 10.0.0cordova platform ls
): 10.0.0Expected Behavior
Should be able to install package dependency via NPM. This also allows locking to a specific version.
Actual Behavior
Install requests fail because we can't install directly from Git.
Steps to Reproduce
Running
npm install
to install project dependencies for build.Context
N/A
Debug logs
N/A
The text was updated successfully, but these errors were encountered: