-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Closed
Labels
area: @angular-devkit/build-angularfreq4: criticalHappens to many users every dayHappens to many users every dayseverity5: regressiontype: bug/fix
Milestone
Description
Bug Report or Feature Request (mark with an x
)
- [x ] bug report -> please search issues before submitting
- [ ] feature request
Command (mark with an x
)
- [ ] new
- [*] build
- [*] serve
- [ ] test
- [ ] e2e
- [ ] generate
- [ ] add
- [ ] update
- [ ] lint
- [ ] xi18n
- [ ] run
- [ ] config
- [ ] help
- [ ] version
- [ ] doc
Versions
Repro steps
npm install
npm run build / serve
The log given by the failure
Progress Plugin Invalid Options
options['colors'] is an invalid additional property
options should pass "instanceof" keyword validation
options should match exactly one schema in oneOf
ValidationError: Progress Plugin Invalid Options
options['colors'] is an invalid additional property
options should pass "instanceof" keyword validation
options should match exactly one schema in oneOf
Desired functionality
In common.ts#L147 the ProgressPlugin is called with parameter colors. This does not meet the schema which is validated ProgressPlugin.js#L90
Mention any other details that might be useful
cipchk, shabbir-dhangot, wilsonferro, SpeedShifter, carlgik4 and 21 more
Metadata
Metadata
Assignees
Labels
area: @angular-devkit/build-angularfreq4: criticalHappens to many users every dayHappens to many users every dayseverity5: regressiontype: bug/fix