Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
patrickhrastnik opened this issue Feb 20, 2019 · 6 comments
Closed
Labels
area: @angular-devkit/build-angular feature Issue that requests a new feature
Milestone

Comments

@patrickhrastnik
Copy link

🚀 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?
@alan-agius4
Copy link
Collaborator

Hi, thanks for reporting this.

The reason being why direct dependencies are pinned, is because when a new package is released it might cause regressions and breaks existing users. As a matter of fact webpack-dev-server version 3.2.0 has such regression and breaks users that use the ssl option.

See: #13728

@patrickhrastnik
Copy link
Author

Hello,
thanks for checking that out.
So, what's the next step (for me to do)?

The reason I'm asking is, I'm currently working on a prototype to evaluate if we can use Angular and/or React on our AIX system. I'd like to know what to tell my boss...

@alan-agius4
Copy link
Collaborator

alan-agius4 commented Feb 21, 2019

Blocked by webpack/webpack-dev-server#1674

We'd have to wait until Webpack Dev Server, fixes their regression mentioned above.

@patrickhrastnik
Copy link
Author

ok, thanks

@alan-agius4
Copy link
Collaborator

Closed via f282797

@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 9, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area: @angular-devkit/build-angular feature Issue that requests a new feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants