Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mess when using Angular CLI #144

Open
Kenya-West opened this issue May 23, 2018 · 7 comments
Open

Mess when using Angular CLI #144

Kenya-West opened this issue May 23, 2018 · 7 comments

Comments

@Kenya-West
Copy link

Kenya-West commented May 23, 2018

I'm using webpack 4 (backend) and Angular CLI (frontend) in a single repo, and this is what I get when using concurrently:
snag_45fbadd1

When I use repos separately and without concurrently, Angular CLI doesn't spam like that.

@gustavohenke
Copy link
Member

What's the concurrently version you're using?

@Kenya-West
Copy link
Author

{
  "devDependencies": {
    "@angular-devkit/build-angular": "~0.6.3",
    "@angular/cli": "6.0.3",
    "concurrently": "^3.5.1", // this
    "webpack": "^4.7.0",
    "webpack-cli": "^2.1.3",
    "webpack-watch-server": "^1.2.1"
  }
}

@cawalch
Copy link

cawalch commented Jun 6, 2018

Same issue here (webpack 4). Using raw fixes it, but at the loss of the prefix option.

@enricoreich
Copy link

Unfortunately same issue here with webpack 4.16.3 and concurrently 3.6.1 but without angular-cli on Windows cmd and powershell.

@kopach
Copy link

kopach commented Aug 6, 2018

Unfortunately I do have a problem when using --raw option on Windows OS. If used with angular cli (e.g. ng serve or ng build, etc) it's getting stuck and command never gets executed. So, temporary workaround for me it's to add --no-progress to the ng command and do not use --raw option for concurrently.

@gustavohenke
Copy link
Member

Hi folks, can any of you isolate the issue, please?
Also provide Node, npm and Windows versions so that I can run it locally and find a fix, unless you can submit a PR.

@kopach
Copy link

kopach commented Sep 3, 2018

Issue seems not to be reproducible anymore in angular CLI 6.1.3. However it's reproducible in angular cli 6.0.0. Here is a project generated with angular cli v 6.0.0

In order to reproduce issue:

  1. Clone repo
  2. run npm install
  3. run npm run start:concurrently

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants