Commit 2670abf
authored
fix(ng-dev): add
The package depends on `which` but did not explicitly list it as a direct dependency, leading to build failures.
The following error was encountered during the build:
```
ERROR: <path-to-file>/BUILD.bazel:7:19: Bundling Javascript <path-to-file>/lib/main.ts [esbuild] failed: (Exit 1): _main_generated_esbuild_launcher.sh failed: error executing command
Error: Could not resolve "which"
node_modules/@angular/ng-dev/utils/resolve-yarn-bin.js:10:18:
import which from 'which';
~~~~~~~
```which to direct dependencies (#2558)1 parent fa81be5 commit 2670abf
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
0 commit comments