@ngtools/webpack expects yarn or npm, but not pnpm #22632
Labels
area: @ngtools/webpack
freq1: low
Only reported by a handful of users who observe it rarely
severity3: broken
type: bug/fix
Milestone
Uh oh!
There was an error while loading. Please reload this page.
Hi!
@ngtools/webpack
performs a ngcc run check to determine if an initial execution is required. It looks foryarn.lock
orpackage-lock.json
to run this check. But our project uses pnpm, which haspnpm-lock.yaml
. And@ngtools/webpack
thinks it is first time build and runs 'ngcc'.We are using version
12.2.14
, but I see this code still there:The text was updated successfully, but these errors were encountered: