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
{{ message }}
This repository has been archived by the owner on Oct 24, 2022. It is now read-only.
This can impact other projects that uses this plugin like meteor because the build step breaks if an error is spawned in the plugin remove step, as it is used for rebuilding the project.
The text was updated successfully, but these errors were encountered:
Bug or feature request
[X] I'm reporting a reproducible issue with the code
[ ] I'm reporting a feature request
Describe the Bug of feature request
If you start a new project with cordova and add the plugin with:
cordova plugin add cordova-plugin-facebook4 --save --variable APP_ID="123456789" --variable APP_NAME="myApplication"
and try to remove it with:
cordova plugin rm cordova-plugin-facebook4
The following error should be printed:
Variable(s) missing (use: --variable APP_ID=value --variable APP_NAME=value).
Expected Behavior
It's expected to be removed without an error.
Additional Context
This can impact other projects that uses this plugin like meteor because the build step breaks if an error is spawned in the plugin remove step, as it is used for rebuilding the project.
The text was updated successfully, but these errors were encountered: