Answers for "how to install ionic in angular"

6

install ionic

npm uninstall -g ionic
npm i -g @ionic/cli
Posted by: Guest on November-15-2021
4

install ionic

To go git bash or command prompt and type the following:
	npm install -g @ionic/cli

To install Cordova and Ionic, use 
	npm install -g ionic cordova
Posted by: Guest on June-17-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language