-
Notifications
You must be signed in to change notification settings - Fork 12k
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
Comments
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 See: #13728 |
Hello, 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... |
Blocked by webpack/webpack-dev-server#1674 We'd have to wait until Webpack Dev Server, fixes their regression mentioned above. |
ok, thanks |
Closed via f282797 |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
🚀 Feature request
Command (mark with an
x
)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?The text was updated successfully, but these errors were encountered: