4 lines
98 B
Bash
4 lines
98 B
Bash
# remove older versions if needed
|
|
npm uninstall -g ionic
|
|
# install ionic
|
|
npm install -g @ionic/cli |