with the command ionic start myapp tabs. We retrieve the starterkit from version 2. But I want to start an application Ionic v3. Ionic CLI is not up to date? All like other commands: ionic generate ??
Ionic CLI start : starterkit v3?
93 Views Asked by Philippe Auriou At
2
There are 2 best solutions below
0

If you want to update in to ionic version 3 in command lind type
npm update -g ionic
then it will be updated to the latest ionic version,which is ionic 3 Then go to the source code file which you have your code, by pressing shift key in windows right click then you can go to command prompt in there if you using git bash command line you can get that by only ricght clicking.in command line type
ionic serve
and hit enter. This thing worked for me
This CLI is working perfectly fine.
You can see that on your
package.json
file as shown below.On there"ionic-angular": "3.6.0",
meansIonic 3
app withAngular 4+
.No issues.