File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff line change 1515
1616This 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
You can’t perform that action at this time.
0 commit comments