ionic-team / ionic-framework

A powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript.
https://ionicframework.com
MIT License
51.02k stars 13.51k forks source link

Ionic-starter-sidebar not found. #5587

Closed svenluijten closed 8 years ago

svenluijten commented 8 years ago

Short description of the problem:

When trying to create a new ionic application with the sidebar base (ionic start <name> sidebar) as described here I get an error that the package could not be found. It is looking for the driftyco/ionic-starter-sidebar repository on GitHub, but I believe it should be driftyco/ionic2-starter-sidemenu.

What behavior are you expecting?

I was expecting it to create a new project with the sidebar boilerplate, instead I got a 404 error. This could easily be fixed by changing the URL.

Steps to reproduce:

  1. npm install -g ionic cordova
  2. ionic start <name> sidebar
λ ionic start myApp sidebar
Creating Ionic app in folder F:\Code\Ionic\myApp based on sidebar project
Downloading: https://github.com/driftyco/ionic-app-base/archive/master.zip
[=============================]  100%  0.0s
Downloading: https://github.com/driftyco/ionic-starter-sidebar/archive/master.zip
 ✗ Not found: https://github.com/driftyco/ionic-starter-sidebar/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

Ionic Version: 1.7.14

Browser & Operating System: Windows 10

Run ionic info from terminal/cmd prompt:

λ ionic info

Your system information:

Cordova CLI: 6.0.0
Gulp version:  CLI version 3.9.1
Gulp local:
Ionic CLI Version: 1.7.14
Ionic App Lib Version: 0.7.0
OS:
Node Version: v5.7.0
svenluijten commented 8 years ago

Wow nevermind, I completely read the documentation wrong.

AwesomeZaidi commented 8 years ago

I'm getting the same error, mind telling me how your resolved it @svenluijten ?

svenluijten commented 8 years ago

It's sidemenu, not sidebar @asimzaidi23 :smiley: