Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rush/ngcc-issue-repro


https://github.com/rush/ngcc-issue-repro

Last synced: 18 days ago
JSON representation

Awesome Lists containing this project

README

        

# NgccIssueRepro

```
npm install # will run ngcc in postinstall hook
./start-builds.sh
```

Expected, shouldn't lock as ngcc was ran before hand.

Actual:
```
» ./start-builds.sh

> [email protected] build5 /home/rush/code/angular-bug/ngcc-issue-repro
> BUILD_NAME=build1 webpack

> [email protected] build2 /home/rush/code/angular-bug/ngcc-issue-repro
> BUILD_NAME=build1 webpack

> [email protected] build3 /home/rush/code/angular-bug/ngcc-issue-repro
> BUILD_NAME=build1 webpack

> [email protected] build1 /home/rush/code/angular-bug/ngcc-issue-repro
> BUILD_NAME=build1 webpack

> [email protected] build4 /home/rush/code/angular-bug/ngcc-issue-repro
> BUILD_NAME=build1 webpack

Another process, with id 31479, is currently running ngcc.
Waiting up to 250s for it to finish.
Another process, with id 31479, is currently running ngcc.
Waiting up to 250s for it to finish.
Another process, with id 31479, is currently running ngcc.
Waiting up to 250s for it to finish.
Another process, with id 31479, is currently running ngcc.
Waiting up to 250s for it to finish.
Another process, with id 31472, is currently running ngcc.
Waiting up to 250s for it to finish.
Another process, with id 31472, is currently running ngcc.
Waiting up to 250s for it to finish.
Another process, with id 31472, is currently running ngcc.
Waiting up to 250s for it to finish.
Another process, with id 31458, is currently running ngcc.
Waiting up to 250s for it to finish.
Another process, with id 31458, is currently running ngcc.
Waiting up to 250s for it to finish.
Another process, with id 31451, is currently running ngcc.
Waiting up to 250s for it to finish
```