jcesarmobile created CB-12840:
---------------------------------
Summary: Can't uninstall local plugin installed with --link
Key: CB-12840
URL: https://issues.apache.org/jira/browse/CB-12840
Project: Apache Cordova
Issue Type: Bug
Reporter: jcesarmobile
Steps to reproduce.
1. Clone barcode scanner plugin
git clone https://github.com/phonegap/phonegap-plugin-barcodescanner/
2. Create a new cordova project
cordova create barcodeTest es.test.barcode barcodeTest
cd barcodeTest
3. Add the plugin
cordova plugin add ../phonegap-plugin-barcodescanner/ --link
4. Remove the plugin
cordova plugin rm phonegap-plugin-barcodescanner
You will get
Error: Plugin "phonegap-plugin-barcodescanner" is not present in the project.
See `cordova plugin list`.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]