We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e32aaea commit a55aa69Copy full SHA for a55aa69
.devcontainer.json
@@ -10,5 +10,5 @@
10
{ "mode": "auto" }
11
]
12
},
13
- "postCreateCommand": "export NG_CLI_ANALYTICS=ci && npm i -g @angular/cli && npm install"
+ "postCreateCommand": "export NG_CLI_ANALYTICS=ci && export NG_FORCE_TTY=false && npm i -g @angular/cli && npm install && unset NG_FORCE_TTY"
14
}
0 commit comments