Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Adding ionic cli to existing ionic project

I started using ionic without the cli and have built an app with ionic/cordova.

How can I add the ionic cli to this existing project?

like image 454
Michael Le Avatar asked Apr 21 '15 00:04

Michael Le


1 Answers

  • First Install Nodejs if you haven't
  • You can verify whether you have nodejs by typing node
  • Than install cordova and ionic globally by typing this command in cmd or terminal
    npm install -g cordova ionic If you get error than verify that you have npm installed.
  • You have ionic installed
  • Now open cmd/terminal navigate to your project and type ionic
like image 134
Anand Avatar answered Nov 16 '22 14:11

Anand