Header add

In this article we will learn about Ionic framework - 'ionic' is not recognized as an internal or external command.




'ionic' is not recognized as an internal or external command


Solution :

Below simple steps to follow to get it working:


  1. install Node.js
  2. Install Ionic and cordova : npm install -g cordova ionic
  3. create a simple project: ionic start mySampleApp tabs
  4. cd mySampleApp
  5. ionic cordova platform add android
  6. Build the project: ionic build android

Post a Comment

Previous Post Next Post