Hi,
when I type “ionic start x --v2 --ts” it download ionic with beta 9, but i want ionic beta 11.
What I’m doing wrong?
Thanks for your answers.
Hi,
when I type “ionic start x --v2 --ts” it download ionic with beta 9, but i want ionic beta 11.
What I’m doing wrong?
Thanks for your answers.
Is your Ionic CLI up-to-date?
Can you post ionic info
?
Your system information:
Cordova CLI: 6.0.0
Gulp version: CLI version 3.9.1
Gulp local: Local version 3.9.1
Ionic Version: 2.0.0-beta.9
Ionic CLI Version: 2.0.0-beta.22
Ionic App Lib Version: 2.0.0-beta.12
OS: Windows 8
Node Version: v5.11.0
How can i do that?
npm update -g ionic ?
Update your cli
# installs the cli globally, 2.0
$ npm install ionic -g
# start a new project
# the --ts flag is no longer needed
$ ionic start myApp --v2
Thanks, when i try it before, i got err. Now i try it like an administrator (windows 8), and everythink is ok.