Skip to content

Commit 516bc54

Browse files
committed
docs: add suggestions
1 parent c5b8da4 commit 516bc54

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,8 @@ Your MCP client should open the browser and record a performance trace.
200200
201201
## Tools
202202

203+
If you run into any issues, checkout our [troubleshooting guide](./docs/troubleshooting.md).
204+
203205
<!-- BEGIN AUTO GENERATED TOOLS -->
204206

205207
- **Input automation** (7 tools)

docs/troubleshooting.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,12 @@
1515

1616
This usually indicates either a non-supported Node version is in use or that the
1717
`npm`/`npx` cache is corrupted. Try clearing the cache, uninstalling
18-
`chrome-devtools-mcp` and installing it again.
18+
`chrome-devtools-mcp` and installing it again. Clear the cache by running:
19+
20+
```sh
21+
rm -rf ~/.npm/_npx # NOTE: this might remove other installed npx executables.
22+
npm cache clean --force
23+
```
1924

2025
### `Target closed` error
2126

0 commit comments

Comments
 (0)