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
@@ -283,15 +283,13 @@ e.g: `yarn bazel test packages/core/test/bundling/forms:symbol_test`
283
283
#### mkdir missing
284
284
If you see the following error::
285
285
```
286
-
287
286
ERROR: An error occurred during the fetch of repository 'npm':
288
287
Traceback (most recent call last):
289
288
File "C:/users/anusername/_bazel_anusername/idexbm2i/external/build_bazel_rules_nodejs/internal/npm_install/npm_install.bzl", line 618, column 15, in _yarn_install_impl
File "C:/users/anusername/_bazel_anusername/idexbm2i/external/build_bazel_rules_nodejs/internal/npm_install/npm_install.bzl", line 345, column 17, in _copy_file
The `msys64` library and associated tools (like `mkdir`) are required to build Angular.
297
295
@@ -301,18 +299,17 @@ After that, a `git clean -xfd`, `yarn`, and `yarn build` should resolve this iss
301
299
302
300
### Xcode
303
301
304
-
If you see the following error:
302
+
If running `yarn bazel build packages/...` returns the following error:
305
303
306
304
```
307
-
$ yarn bazel build packages/...
308
305
ERROR: /private/var/tmp/[...]/external/local_config_cc/BUILD:50:5: in apple_cc_toolchain rule @local_config_cc//:cc-compiler-darwin_x86_64: Xcode version must be specified to use an Apple CROSSTOOL
309
306
ERROR: Analysis of target '//packages/core/test/render3:render3' failed; build aborted: Analysis of target '@local_config_cc//:cc-compiler-darwin_x86_64' failed; build aborted
310
307
```
311
308
312
309
It might be linked to an interaction with VSCode.
313
310
If closing VSCode fixes the issue, you can add the following line to your VSCode configuration:
314
311
315
-
```
312
+
```json
316
313
"files.exclude": {"bazel-*": true}
317
314
```
318
315
@@ -322,7 +319,7 @@ If VSCode is not the root cause, you might try:
0 commit comments