Skip to content

Commit 899daba

Browse files
bencodezenthePunderWoman
authored andcommitted
docs: add documentation aroun build error for docs (angular#56814)
PR Close angular#56814
1 parent 4d81fdc commit 899daba

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

adev/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ yarn
2424
yarn docs
2525
```
2626

27+
If you are having issues with the docs building, see the [FAQs](#faqs) section.
28+
2729
## Contributing
2830

2931
Want to report a bug, contribute some code, or improve the documentation? Excellent!
@@ -35,3 +37,17 @@ And if you're new, check out one of our issues labeled as <kbd>[help wanted](htt
3537
### Code of Conduct
3638

3739
Help us keep Angular open and inclusive. Please read and follow our [Code of Conduct](CODE_OF_CONDUCT.md).
40+
41+
## FAQs
42+
43+
### The build is failing and I'm seeing `bazel:bazel failed: missing input file` messages.
44+
45+
This is most likely due to a bazel dependency / caching issue. To resolve this, run the following command:
46+
47+
```
48+
# Try this first
49+
yarn bazel clean
50+
51+
# If that doesn't work, try it with the expunge flag
52+
yarn bazel clean --expunge
53+
```

0 commit comments

Comments
 (0)