nx/docs/react/cli/clear-cache.md

12 lines
222 B
Markdown

# clear-cache
Clears all the cached Nx artifacts and metadata about the workspace.
## Usage
```bash
nx clear-cache
```
Install `nx` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.