Build error: missing markdown.component.scss file
Open
- Dominant language
- TypeScript
- Stars
- 1k
- Forks
- 267
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 9
Description
**Bug introduced in commit:** ca992cd (Sept 19, 2025)
**Error:**
TS-992008: Could not find stylesheet file './markdown.component.scss'
**Cause:** The new `MarkdownComponent` references `./markdown.component.scss` but this file doesn't exist in the repository.
**Files affected:**
- `src/app/components/markdown/markdown.component.ts` (line with `styleUrls`)
**To reproduce:**
1. Clone the repository
2. Run `npm install`
3. Run `npm run serve --backend=http://localhost:8000`
Contributor guide
Assessment
This issue has not been assessed yet.