Issue
I have two machines. Each of them has same Ionic project from same git repo. the first one has missing capacitor build
option (see the pictures)
Machines have different ionic version (6.12.0 vs 5.4.16) How can I add 'build' functionality to capacitor in computer 1?
Solution
ionic capacitor build
was introduced in @ionic/cli
version 6.6.0 (see their CHANGELOG)
so the solution for Computer 1 is to upgrade @ionic/cli
at least to that version.
Answered By - Tomas Panik
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.