Skip to content

Please update build-angular's dependency of webpack-dev-server to 3.2.0 #13723

@alexandrahrastnik

Description

@alexandrahrastnik

🚀 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

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions