mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 21:03:03 -05:00
feat(docs): add a FAQ section
This commit is contained in:
17
docs/src/content/docs/guides/faq.md
Normal file
17
docs/src/content/docs/guides/faq.md
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
title: FAQ
|
||||
description: Answer to question
|
||||
sidebar:
|
||||
order: 7
|
||||
---
|
||||
|
||||
<details>
|
||||
<summary>Why is my application not starting, or why do I encounter errors in my terminal when I run `nx serve`?</summary>
|
||||
|
||||
Most of the time, this issue arises because your node_modules are outdated, and you need to update them by running `npm ci`.
|
||||
|
||||
If the installation process fails, you can resolve it by deleting your node_modules folder using the command `rm -rf node_modules` or `npx npkill` and then rerunning `npm ci`.
|
||||
|
||||
If the problem persists, please report the issue [here](https://github.com/tomalaforge/angular-challenges/issues/new).
|
||||
|
||||
</details>
|
||||
Reference in New Issue
Block a user