We are setting up automated Jenkins iOS & android builds for ionic 3 app. The Jenkins is a shared system by many teams and doesn't have ionic 3, instead it has following components. The iOS build is working fine without any issues, but when we try to build android, it is failing and throwing error :
can't find modules.
Can you please suggest what could be the issue?
$ npm -v
3.10.10
$ cordova -v
6.3.1
$ ionic -v
2.1.7
npm install -g cordova
****************************************************** – Uday