I have attached the image of the errors I’m getting when trying to use the command:
ionic build android
I have removed and readded the platform.
I have attached the image of the errors I’m getting when trying to use the command:
ionic build android
I have removed and readded the platform.
How did you install angular-stripe-checkout module?
Through gitbash. I just did a ionic blank template and just tried to build that without any extra plugins with errors
What do you mean by gitbash?
angular-stripe-checkout is not included in ionic blank template.
Did you do it through bower install?
npm install angular-stripe-checkout
npm in Ionic is used to install build tools in your node_modules folder, to install a module in your app, you must use bower or ionic.
More here: What is the recommended way to add third party library