yarnpkg / yarn

The 1.x line is frozen - features and bugfixes now happen on https://github.com/yarnpkg/berry
https://classic.yarnpkg.com
Other
41.44k stars 2.73k forks source link

No colours for chunk list in git bash when using `yarn start` on a new project #6714

Open micobarac opened 5 years ago

micobarac commented 5 years ago

Bug Report or Feature Request (mark with an x)

- [*] bug report
- [ ] feature request

Command (mark with an x)

- [ ] new
- [x] build
- [x] serve
- [ ] test
- [ ] e2e
- [ ] generate
- [ ] add
- [ ] update
- [ ] lint
- [ ] xi18n
- [ ] run
- [ ] config
- [ ] help
- [ ] version
- [ ] doc

Versions

Angular CLI: 7.0.6 Node: 11.1.0 OS: win32 x64 Angular: 7.0.4 ... animations, common, compiler, compiler-cli, core, forms ... http, language-service, platform-browser ... platform-browser-dynamic, router

Package Version

@angular-devkit/architect 0.10.6 @angular-devkit/build-angular 0.10.6 @angular-devkit/build-optimizer 0.10.6 @angular-devkit/build-webpack 0.10.6 @angular-devkit/core 7.0.6 @angular-devkit/schematics 7.0.6 @angular/cli 7.0.6 @ngtools/webpack 7.0.6 @schematics/angular 7.0.6 @schematics/update 0.10.6 rxjs 6.3.3 typescript 3.1.6 webpack 4.19.1

Repro steps

yarn start

Desired functionality

Built chunks list should be coloured in git bash

https://github.com/angular/angular-cli/issues/13008#issuecomment-440397194 https://github.com/angular/angular-cli/issues/13008#issuecomment-440652238

micobarac commented 5 years ago

I use Yarn Stable (1.12.3). I've tried also Nightly (1.13.0-20181121.1436), but no luck either.