简体   繁体   中英

Why Angular doesn't ask me about css and routing permissions?

I run in terminal this command $ng new my-app . It should ask me some permissions like routing and CSS styles. It doesn't ask me and create my-app directly.

What is wrong here?

npm version: 8.5.0
node version: 16.14.2
Angular cli version: 14.0.2

I tried to run $ng r -g @angular/cli and install it again but it does again not work as expected by me!

The problem accrued when I use any terminal else (Like git Bash ), when I use default windows terminal (CMD) it's run correctly as I expected!

I don't know why this can run with windows terminal correctly and doesn't run with another correctly, but it works!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM