within our ci pipeline, I try to use pnpm instead of npm as a package manager, but the postinstall script used to compile ivy incompatible libraries does not run as expected.
The console output shows that the postinstall script gets executed, but then the pnpm install process finishes without executing ngcc.
devDependencies:
+ @angular-devkit/build-angular 0.1001.7
+ @angular-devkit/build-ng-packagr 0.1001.7
+ @angular/cli 10.1.7
+ @angular/compiler-cli 10.2.1
+ @angular/language-service 10.2.1
+ @ngxs/devtools-plugin 3.7.1
+ @nrwl/cli 10.4.4
+ @nrwl/cypress 10.3.1
+ @nrwl/jest 10.3.1
+ @nrwl/workspace 10.3.1
+ @types/jest 26.0.8
+ @types/leaflet 1.5.19
+ @types/node 14.0.27
+ codelyzer 5.2.2
+ cypress 4.12.1
+ cypress-localstorage-commands 1.3.0
+ dotenv 8.2.0
+ eslint 7.3.1
+ husky 4.3.5
+ jest 26.2.2
+ jest-preset-angular 8.3.1
+ lint-staged 10.5.3
+ ng-packagr 10.1.2
+ prettier 2.0.5
+ ts-jest 26.4.0
+ ts-node 8.10.2
+ tslint 6.1.3
+ typescript 4.0.5
> package@version postinstall /home/...
> ngcc --properties es2015
That's everything that happens. Can someone help me?