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
CHECKLIST
[ x] I have read the issue reporting guidelines
[ x] I confirm this is a suspected bug or issue that will affect other users
Current behavior:
I do an npm i @awesome-cordova-plugins/launch-review I do a build and get a missing dependency error:
⠏ update ios [warn] Plugins are missing dependencies. Cordova plugin dependencies must be installed in your project (e.g. w/ npm install).
cordova-launch-review is missing dependencies: - cordova-plugin-device (^2.0.3)
Your package.json dependencies are empty
Expected behavior:
Steps to reproduce:
Screenshots
Environment information
cordova -v
cordova platform ls
cordova plugin ls
sw_vers
winver
Runtime issue
Android build issue:
node -v
ls platforms/android/.gradle
android:targetSdkVersion
AndroidManifest.xml
sdkmanager --list | sed -e '/Available Packages/q'
iOS build issue:
Related code:
insert any relevant code here such as plugin API calls / input parameters
Console output
// Paste any relevant JS/native console output here
Other information:
The text was updated successfully, but these errors were encountered:
do you found any solution ?
Sorry, something went wrong.
No branches or pull requests
Bug report
CHECKLIST
[ x] I have read the issue reporting guidelines
[ x] I confirm this is a suspected bug or issue that will affect other users
Current behavior:
I do an npm i @awesome-cordova-plugins/launch-review
I do a build and get a missing dependency error:
⠏ update ios [warn] Plugins are missing dependencies.
Cordova plugin dependencies must be installed in your project (e.g. w/ npm install).
Your package.json dependencies are empty
Expected behavior:
Steps to reproduce:
I do an npm i @awesome-cordova-plugins/launch-review
I do a build and get a missing dependency error:
⠏ update ios [warn] Plugins are missing dependencies.
Cordova plugin dependencies must be installed in your project (e.g. w/ npm install).
Your package.json dependencies are empty
Screenshots
Environment information
cordova -v
cordova platform ls
cordova plugin ls
sw_vers
winver
Runtime issue
Android build issue:
node -v
ls platforms/android/.gradle
android:targetSdkVersion
inAndroidManifest.xml
sdkmanager --list | sed -e '/Available Packages/q'
iOS build issue:
node -v
Related code:
Console output
console output
Other information:
The text was updated successfully, but these errors were encountered: