From 4989c48138fe5fb84446364aa361ce8b982f48dd Mon Sep 17 00:00:00 2001 From: Piotr Paulski Date: Thu, 9 Oct 2025 14:48:55 +0000 Subject: [PATCH] docs: Add note on node version when building --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cad5d3ef..cea89123 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -39,6 +39,8 @@ for PR and commit titles. ## Installation +Check that you are using node version specified in .nvmrc, then run following commands: + ```sh git clone https://github.com/ChromeDevTools/chrome-devtools-mcp.git cd chrome-devtools-mcp