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









share|improve this question
























  • 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















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









share|improve this question
























  • 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













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









share|improve this question















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 12 at 22:26









Goncalo Peres

1,0571313




1,0571313










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


















  • 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

















active

oldest

votes











Your Answer






StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















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






























active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.





Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


Please pay close attention to the following guidance:


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














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





















































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







Popular posts from this blog

Florida Star v. B. J. F.

Error while running script in elastic search , gateway timeout

Adding quotations to stringified JSON object values