Bug Report
Problem
Plugins are not copied to platforms folders after delete repo, clone it again and build platforms
What is expected to happen?
Plugins is succesfully installed and worked in both platforms (Android and iOS). After delete repo locally and clone it again, plugins are successfully copied to platforms/ios and platforms/android.
What does actually happen?
After delete repo locally and clone it again, plugins are not copied to platforms folders. To fix this bug, I need to remove both platforms and add it again. After this, plugins are copied and works fine.
Information
Command or Code
Delete cordova app project, clone it again, install node modules, run cordova ios or android.
Environment, Platform, Device
iOS, Android
Version information
cordova CLI 10, cordova-android 9.1.0, cordova-ios 6.2.0
Checklist
- [x ] I searched for existing GitHub issues
- [ x] I updated all Cordova tooling to most recent version
- [x ] I included all the necessary information above