C:\Users\logicseed>ionic start ionic2-blog blank –v2
[ERROR] Sorry! The –v1 and –v2 flags have been removed.
Use the –type option. (ionic start –help)
For Ionic Angular projects, try ionic start ionic2-blog blank –type=ionic-angular
C:\Users\logicseed>ionic start ionic2-blog blank
✔ Creating directory .\ionic2-blog – done!
[INFO] Fetching app base (https://github.com/ionic-team/ionic2-app-base/archive/master.tar.gz)
✔ Downloading – done!
[INFO] Fetching starter template blank (https://github.com/ionic-team/ionic2-starter-blank/archive/master.tar.gz)
✔ Downloading – done!
✔ Updating package.json with app details – done!
✔ Creating configuration file ionic.config.json – done!
[INFO] Installing dependencies may take several minutes!
> npm install
✔ Running command – done!
> npm install –save-dev –save-exact @ionic/cli-plugin-ionic-angular@latest
✔ Running command – done!
> git init
✔ Running command – done!
> git add -A
✔ Running command – done!
> git commit -m “Initial commit” –no-gpg-sign
✔ Running command – done!
♬ ♫ ♬ ♫ Your Ionic app is ready to go! ♬ ♫ ♬ ♫
Run your app in the browser (great for initial development):
ionic serve
Run on a device or simulator:
ionic cordova run ios
Test and share your app on a device with the Ionic View app:
http://view.ionic.io
? Link this app to your Ionic Dashboard to use tools like Ionic View? Yes
You will need to login in order to link this app. Please run the following commands to do so.
ionic login – login first
ionic link – then link your app
Go to your newly created project: cd .\ionic2-blog
C:\Users\logicseed>