ionic-team / ionic-cli

The Ionic command-line interface
MIT License
2k stars 654 forks source link

Ionic 2 Tutorial Template "not found" #866

Closed andreasbhansen closed 8 years ago

andreasbhansen commented 8 years ago

Hi,

After running npm install -g ionic@beta to ensure latest version, I tried to start a new Ionic project using the $ ionic start myTutorial tutorial --v2 command1. This returns an error:

Creating Ionic app in folder /[...]/myTutorial based on tutorial project Downloading: https://github.com/driftyco/ionic-app-base/archive/master.zip [=============================] 100% 0.0s Downloading: https://github.com/driftyco/ionic-starter-tutorial/archive/master.zip ✗ Not found: https://github.com/driftyco/ionic-starter-tutorial/archive/master.zip (404) ✗ Please verify the url and try again. Please verify you are using a valid URL or a valid ionic starter. View available starter templates: ionic templates More info available at: http://ionicframework.com/getting-started/ https://github.com/driftyco/ionic-cli

Upon inspection, it looks like the ionic-starter-tutorial template/repo is now called ionic2-starter-tutorial? Is this something you must change internally in the CLI, or is there a quickfix for this?


1http://ionicframework.com/docs/v2/getting-started/tutorial/

andreasbhansen commented 8 years ago

EDIT: Restarted the terminal and it all works fine... Sorry, my fault.

imhoffd commented 5 years ago

@JapanYoshi Thanks, just updated this on our site: https://github.com/ionic-team/ionic-site/commit/9da88cc3be23c60111bd2b0668c6a41559936772

swbrenneis commented 5 years ago

You might want to update the tutorial to reflect this also.

https://ionicframework.com/docs/v3/intro/tutorial/

imhoffd commented 5 years ago

Thanks @swbrenneis! Done.