You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using @ngtools/webpack separetely, without Angular CLI.
npm install @ngtools/webpack webpack --save-dev
Results in a "Unmet peerDependencies" as @ngtools/webpack requires a specific version of webpack (2.2.0), and webpack is now on a newer version (2.2.1 when I write this issue).
I understand Angular CLI is using a specific version of webpack, as there is many complex things to manage. But as a separate tool, @ngtools/webpack should allow newer version of webpack, like any other dependencies.
Versions.
@ngtools/[email protected]
Repro steps.
Using
@ngtools/webpack
separetely, without Angular CLI.npm install @ngtools/webpack webpack --save-dev
Results in a "Unmet peerDependencies" as
@ngtools/webpack
requires a specific version of webpack (2.2.0), and webpack is now on a newer version (2.2.1 when I write this issue).I understand Angular CLI is using a specific version of webpack, as there is many complex things to manage. But as a separate tool,
@ngtools/webpack
should allow newer version of webpack, like any other dependencies.@ngtools/webpack
works fine with[email protected]
in my app.The text was updated successfully, but these errors were encountered: