dpa99c / cordova-launch-review

Cordova/Phonegap plugin for iOS and Android to assist in leaving user reviews/ratings in the App Stores
71 stars 26 forks source link

package.json missing dependency #33

Open sedonaguy opened 2 years ago

sedonaguy commented 2 years ago

Bug report

CHECKLIST

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:

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

Screenshots

Environment information

Runtime issue

Android build issue:

iOS build issue:

Related code:

insert any relevant code here such as plugin API calls / input parameters

Console output

console output ``` // Paste any relevant JS/native console output here ```


**Other information:**
sksk008 commented 1 year ago

do you found any solution ?