-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Closed
Labels
area: @angular-devkit/build-angularfeatureIssue that requests a new featureIssue that requests a new feature
Milestone
Description
🚀 Feature request
Command (mark with an x
)
- [ ] new
- [ ] build
- [ ] serve
- [ ] test
- [ ] e2e
- [ ] generate
- [ ] add
- [ ] update
- [ ] lint
- [ ] xi18n
- [ ] run
- [ ] config
- [ ] help
- [ ] version
- [ ] doc
Description
A clear and concise description of the problem or missing capability...webpack-dev-server@3.2.0 (indirectly) supports AIX systems (because its dependencies support AIX systems after some changes).
@angular-devkit/build-angular strictly requires webpack-dev-server@3.1.14 - That's why the changes of v3.2.0 are not pulled when installing an angular project via npm.
So I'm not able to install the angular dependencies on the AIX system.
Describe the solution you'd like
If you have a solution in mind, please describe it.Could you please update the dependency of webpack-dev-server to 3.2.0 so I can use angular on AIX? (or maybe to ^3.2.0 or ~3.2.0?)
It's in packages/angular_devkit/build-angular/package.json
There shouldn't be a problem with build-webpack because this package.json has its dependency to ^3.1.4
Describe alternatives you've considered
Have you considered any alternative solutions or workarounds?Metadata
Metadata
Assignees
Labels
area: @angular-devkit/build-angularfeatureIssue that requests a new featureIssue that requests a new feature