ionic Info:
Ionic:

   ionic (Ionic CLI)  : 4.1.2 (/usr/local/lib/node_modules/ionic)
   Ionic Framework    : ionic-angular 3.9.2
   @ionic/app-scripts : 3.2.0

Cordova:

   cordova (Cordova CLI) : 8.0.1-nightly.2018.9.13.20af4ecf 
([email protected])
   Cordova Platforms     : not available
   Cordova Plugins       : not available

System:

   NodeJS : v8.11.4 (/usr/local/bin/node)
   npm    : 5.6.0
   OS     : macOS High Sierra




Steps to reproduce:
ionic start <new_app>
npm install
ionic cordova plugin add git+ssh://<private_repo>    (add the cordova plugin)
npm install --save <private repo>  (install ionic wrapper)
<check in all the changes to git repository>


Then I do the android build to produce the apk file in another machine
git clone <ionic_source_git_repo>
npm install
ionic cordova prepare


Then the ionic wrapper will disappear in the node_modules folders
It is because when I do "ionic cordova build android", I found the ionic 
wrapper is missing.

in config.xml and package.json, the ionic wrapper and cordova plugin has 
entries on both files and point to git+ssh://<private_repo>






[ Full content available at: https://github.com/apache/cordova-cli/issues/324 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to