angular 7.0.5 ng new doesn't ask Would you like to add Angular routing?… etc
up vote
2
down vote
favorite
Someone could guide me to know why I can not generate a new project with the new version of angular 7
Desired result:
enter image description here
ng new firebase-auth
? Would you like to add Angular routing? No
? Which stylesheet format would you like to use? CSS
obtained result:
$ ng new appAtlas
CREATE appAtlas/angular.json (3786 bytes)
CREATE appAtlas/package.json (1316 bytes)
CREATE appAtlas/README.md (1025 bytes)
CREATE appAtlas/tsconfig.json (408 bytes)
CREATE appAtlas/tslint.json (2837 bytes)
CREATE appAtlas/.editorconfig (245 bytes)
CREATE appAtlas/.gitignore (503 bytes)
CREATE appAtlas/src/favicon.ico (5430 bytes)
....
CREATE appAtlas/e2e/src/app.po.ts (208 bytes)
npm WARN deprecated circular-json@0.5.9: CircularJSON is in maintenance only, fl atted is its successor.
Angular cli version
$ ng --version
_ _ ____ _ ___
/ _ __ __ _ _ _| | __ _ _ __ / ___| | |_ _|
/ △ | '_ / _` | | | | |/ _` | '__| | | | | | |
/ ___ | | | | (_| | |_| | | (_| | | | |___| |___ | |
/_/ __| |_|__, |__,_|_|__,_|_| ____|_____|___|
|___/
Angular CLI: 7.0.5
Node: 10.13.0
OS: win32 x64
Angular:
...
Package Version
------------------------------------------------------
@angular-devkit/architect 0.10.5
@angular-devkit/core 7.0.5
@angular-devkit/schematics 7.0.5
@schematics/angular 7.0.5
@schematics/update 0.10.5
rxjs 6.3.3
typescript 3.1.6
Node, npm version
$ node -v
v10.13.0
$ npm --version
6.4.1
angular npm angular-cli angular7
add a comment |
up vote
2
down vote
favorite
Someone could guide me to know why I can not generate a new project with the new version of angular 7
Desired result:
enter image description here
ng new firebase-auth
? Would you like to add Angular routing? No
? Which stylesheet format would you like to use? CSS
obtained result:
$ ng new appAtlas
CREATE appAtlas/angular.json (3786 bytes)
CREATE appAtlas/package.json (1316 bytes)
CREATE appAtlas/README.md (1025 bytes)
CREATE appAtlas/tsconfig.json (408 bytes)
CREATE appAtlas/tslint.json (2837 bytes)
CREATE appAtlas/.editorconfig (245 bytes)
CREATE appAtlas/.gitignore (503 bytes)
CREATE appAtlas/src/favicon.ico (5430 bytes)
....
CREATE appAtlas/e2e/src/app.po.ts (208 bytes)
npm WARN deprecated circular-json@0.5.9: CircularJSON is in maintenance only, fl atted is its successor.
Angular cli version
$ ng --version
_ _ ____ _ ___
/ _ __ __ _ _ _| | __ _ _ __ / ___| | |_ _|
/ △ | '_ / _` | | | | |/ _` | '__| | | | | | |
/ ___ | | | | (_| | |_| | | (_| | | | |___| |___ | |
/_/ __| |_|__, |__,_|_|__,_|_| ____|_____|___|
|___/
Angular CLI: 7.0.5
Node: 10.13.0
OS: win32 x64
Angular:
...
Package Version
------------------------------------------------------
@angular-devkit/architect 0.10.5
@angular-devkit/core 7.0.5
@angular-devkit/schematics 7.0.5
@schematics/angular 7.0.5
@schematics/update 0.10.5
rxjs 6.3.3
typescript 3.1.6
Node, npm version
$ node -v
v10.13.0
$ npm --version
6.4.1
angular npm angular-cli angular7
You can you command line argument —routing with new to including routing. github.com/angular/angular-cli/blob/master/docs/documentation/… . Also why are you assuming it’s supposed to ask about routing specifically?
– Alexander Staroselsky
Nov 10 at 22:53
@AlexanderStaroselsky I believe that's part of the new changes in v7 blog.ninja-squad.com/2018/10/19/angular-cli-7.0
– user184994
Nov 10 at 23:05
add a comment |
up vote
2
down vote
favorite
up vote
2
down vote
favorite
Someone could guide me to know why I can not generate a new project with the new version of angular 7
Desired result:
enter image description here
ng new firebase-auth
? Would you like to add Angular routing? No
? Which stylesheet format would you like to use? CSS
obtained result:
$ ng new appAtlas
CREATE appAtlas/angular.json (3786 bytes)
CREATE appAtlas/package.json (1316 bytes)
CREATE appAtlas/README.md (1025 bytes)
CREATE appAtlas/tsconfig.json (408 bytes)
CREATE appAtlas/tslint.json (2837 bytes)
CREATE appAtlas/.editorconfig (245 bytes)
CREATE appAtlas/.gitignore (503 bytes)
CREATE appAtlas/src/favicon.ico (5430 bytes)
....
CREATE appAtlas/e2e/src/app.po.ts (208 bytes)
npm WARN deprecated circular-json@0.5.9: CircularJSON is in maintenance only, fl atted is its successor.
Angular cli version
$ ng --version
_ _ ____ _ ___
/ _ __ __ _ _ _| | __ _ _ __ / ___| | |_ _|
/ △ | '_ / _` | | | | |/ _` | '__| | | | | | |
/ ___ | | | | (_| | |_| | | (_| | | | |___| |___ | |
/_/ __| |_|__, |__,_|_|__,_|_| ____|_____|___|
|___/
Angular CLI: 7.0.5
Node: 10.13.0
OS: win32 x64
Angular:
...
Package Version
------------------------------------------------------
@angular-devkit/architect 0.10.5
@angular-devkit/core 7.0.5
@angular-devkit/schematics 7.0.5
@schematics/angular 7.0.5
@schematics/update 0.10.5
rxjs 6.3.3
typescript 3.1.6
Node, npm version
$ node -v
v10.13.0
$ npm --version
6.4.1
angular npm angular-cli angular7
Someone could guide me to know why I can not generate a new project with the new version of angular 7
Desired result:
enter image description here
ng new firebase-auth
? Would you like to add Angular routing? No
? Which stylesheet format would you like to use? CSS
obtained result:
$ ng new appAtlas
CREATE appAtlas/angular.json (3786 bytes)
CREATE appAtlas/package.json (1316 bytes)
CREATE appAtlas/README.md (1025 bytes)
CREATE appAtlas/tsconfig.json (408 bytes)
CREATE appAtlas/tslint.json (2837 bytes)
CREATE appAtlas/.editorconfig (245 bytes)
CREATE appAtlas/.gitignore (503 bytes)
CREATE appAtlas/src/favicon.ico (5430 bytes)
....
CREATE appAtlas/e2e/src/app.po.ts (208 bytes)
npm WARN deprecated circular-json@0.5.9: CircularJSON is in maintenance only, fl atted is its successor.
Angular cli version
$ ng --version
_ _ ____ _ ___
/ _ __ __ _ _ _| | __ _ _ __ / ___| | |_ _|
/ △ | '_ / _` | | | | |/ _` | '__| | | | | | |
/ ___ | | | | (_| | |_| | | (_| | | | |___| |___ | |
/_/ __| |_|__, |__,_|_|__,_|_| ____|_____|___|
|___/
Angular CLI: 7.0.5
Node: 10.13.0
OS: win32 x64
Angular:
...
Package Version
------------------------------------------------------
@angular-devkit/architect 0.10.5
@angular-devkit/core 7.0.5
@angular-devkit/schematics 7.0.5
@schematics/angular 7.0.5
@schematics/update 0.10.5
rxjs 6.3.3
typescript 3.1.6
Node, npm version
$ node -v
v10.13.0
$ npm --version
6.4.1
angular npm angular-cli angular7
angular npm angular-cli angular7
edited Nov 12 at 22:26
Goncalo Peres
9731311
9731311
asked Nov 10 at 22:28
Elleiton
112
112
You can you command line argument —routing with new to including routing. github.com/angular/angular-cli/blob/master/docs/documentation/… . Also why are you assuming it’s supposed to ask about routing specifically?
– Alexander Staroselsky
Nov 10 at 22:53
@AlexanderStaroselsky I believe that's part of the new changes in v7 blog.ninja-squad.com/2018/10/19/angular-cli-7.0
– user184994
Nov 10 at 23:05
add a comment |
You can you command line argument —routing with new to including routing. github.com/angular/angular-cli/blob/master/docs/documentation/… . Also why are you assuming it’s supposed to ask about routing specifically?
– Alexander Staroselsky
Nov 10 at 22:53
@AlexanderStaroselsky I believe that's part of the new changes in v7 blog.ninja-squad.com/2018/10/19/angular-cli-7.0
– user184994
Nov 10 at 23:05
You can you command line argument —routing with new to including routing. github.com/angular/angular-cli/blob/master/docs/documentation/… . Also why are you assuming it’s supposed to ask about routing specifically?
– Alexander Staroselsky
Nov 10 at 22:53
You can you command line argument —routing with new to including routing. github.com/angular/angular-cli/blob/master/docs/documentation/… . Also why are you assuming it’s supposed to ask about routing specifically?
– Alexander Staroselsky
Nov 10 at 22:53
@AlexanderStaroselsky I believe that's part of the new changes in v7 blog.ninja-squad.com/2018/10/19/angular-cli-7.0
– user184994
Nov 10 at 23:05
@AlexanderStaroselsky I believe that's part of the new changes in v7 blog.ninja-squad.com/2018/10/19/angular-cli-7.0
– user184994
Nov 10 at 23:05
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53244056%2fangular-7-0-5-ng-new-doesnt-ask-would-you-like-to-add-angular-routing-etc%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
You can you command line argument —routing with new to including routing. github.com/angular/angular-cli/blob/master/docs/documentation/… . Also why are you assuming it’s supposed to ask about routing specifically?
– Alexander Staroselsky
Nov 10 at 22:53
@AlexanderStaroselsky I believe that's part of the new changes in v7 blog.ninja-squad.com/2018/10/19/angular-cli-7.0
– user184994
Nov 10 at 23:05