Closed Timebutt closed 9 months ago
Using "overrides" for NPM also works.
@scottwalter-nice how exactly did make it work for NPM? Can you post your code? I am kinda stuck..
Version 17.0.0
of this package released quite some time ago, you shouldn't need any workaround anymore.
Angular
17.0.0
just released, but upgrading to that new version withngx-build-plus
as a dependency throws this error when runningng serve
:Dropping this issue as a go-to reference for others to keep track of the progress!
Edit: For others experiencing this same issue and who can't wait to get started with
Angular 17.0.0
you can always override nested peer dependencies and still get everything running. If you are usingyarn
, you can add the following to yourpackage.json
, runyarn install
and you should be good to go for now!I'm currently testing above approach and my medium-sized Angular application seems to be running just fine!