Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rush/ngcc-issue-repro
https://github.com/rush/ngcc-issue-repro
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rush/ngcc-issue-repro
- Owner: Rush
- Created: 2020-07-24T17:28:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T15:08:59.000Z (almost 2 years ago)
- Last Synced: 2024-10-16T04:06:47.825Z (21 days ago)
- Language: TypeScript
- Size: 1.7 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
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 webpackAnother 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
```