docs(core): fix typo
Co-authored-by: Isaac Mann <isaacplmann@users.noreply.github.com>
This commit is contained in:
parent
3ef086614d
commit
e0c0548f5e
@ -160,7 +160,7 @@ Alternatively, you can view these directly in your editor by installing [Nx Cons
|
||||
|
||||
Learn more details about [Nx plugins](/concepts/nx-plugins) and [inferred tasks](/concepts/inferred-tasks).
|
||||
|
||||
## Troubleshooting Caching
|
||||
## Troubleshoot Cache Settings
|
||||
|
||||
Caching is hard. If you run into issues, check out the following resources:
|
||||
|
||||
|
||||
@ -21,3 +21,11 @@ npx nx build --no-cloud
|
||||
```
|
||||
|
||||
It will **still use the local cache if available**.
|
||||
|
||||
## Reset
|
||||
|
||||
To clear the cache and metadata about the workspace and shuts down the Nx Daemon you can use the [reset](/nx-api/nx/documents/reset) command:
|
||||
|
||||
```shell
|
||||
npx nx reset
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user