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
50.95k stars 13.51k forks source link

Not able to create project in ionic #14665

Closed Komalpreet12 closed 6 years ago

Komalpreet12 commented 6 years ago

Bug Report

Ionic Info

cli packages: (C:\Users\ks\AppData\Roaming\npm\node_modules)

    @ionic/cli-utils  : 1.19.2
    ionic (Ionic CLI) : 3.20.0

System:

    Node : v6.11.1
    npm  : 5.7.1
    OS   : Windows 10

Misc:

    backend : pro

Describe the Bug I am trying to create project in ionic using CLI. I've installed ionic and cordova using npm install -g ionic cordova but when i tried to create project using ionic start appname tabs , this is doing nothing. Am i lacking somewhere?

Console Output


[[D:\komal\angular5\ionic>ionic start --list
            tabs ............... ionic-angular A starting project with a simple tabbed interface
            blank .............. ionic-angular A blank starter project
            sidemenu ........... ionic-angular A starting project with a side menu with navigation in the content area
            super .............. ionic-angular A starting project complete with pre-built pages, providers and best practices for Ionic development.
            conference ......... ionic-angular A project that demonstrates a realworld application
            tutorial ........... ionic-angular A tutorial based project that goes along with the Ionic documentation
            aws ................ ionic-angular AWS Mobile Hub Starter
            tabs ............... ionic1 A starting project for Ionic using a simple tabbed interface
            blank .............. ionic1 A blank starter project for Ionic
            sidemenu ........... ionic1 A starting project for Ionic using a side menu with navigation in the content area
            maps ............... ionic1 An Ionic starter project using Google Maps and a side menu

            D:\komal\angular5\ionic>ionic start ionic-tabs-app tabs

            D:\komal\angular5\ionic>ionic start ionic-tabs-app sidemenu

            D:\komal\angular5\ionic>ionic start myApp tabs
```]]

**Expected Behavior**
It should create the project directory
ionitron-bot[bot] commented 6 years ago

Thanks for the issue! We use this issue tracker exclusively for bug reports and feature requests associated with the Ionic Framework. It appears that this issue is associated with the Ionic CLI. I am moving this issue to the Ionic CLI repository. Please track this issue over there.

Thank you for using Ionic!

ionitron-bot[bot] commented 6 years ago

Issue moved to: https://github.com/ionic-team/ionic-cli/issues/3345