12 lines
300 B
Markdown
12 lines
300 B
Markdown
# reset
|
|
|
|
Clears all the cached Nx artifacts and metadata about the workspace and shuts down the Nx Daemon.
|
|
|
|
## Usage
|
|
|
|
```bash
|
|
nx reset
|
|
```
|
|
|
|
[Install `nx` globally]({{framework}}/getting-started/nx-setup#install-nx) to invoke the command directly using `nx`, or use `npx nx`, `yarn nx`, or `pnpx nx`.
|