Skip to content

Commit adebb8f

Browse files
zyzyzyryxyPiotr Paulski
authored andcommitted
docs: Add note on node version when building (#333)
I heard several people had issues installing the project locally due to not noticing the difference between node version required to run vs to build the project. This improvement aims at helping in those cases and hopefully preventing small waste of time. Co-authored-by: Piotr Paulski <piotrpaulski@chromium.org>
1 parent ffde28b commit adebb8f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ for PR and commit titles.
3939

4040
## Installation
4141

42+
Check that you are using node version specified in .nvmrc, then run following commands:
43+
4244
```sh
4345
git clone https://github.com/ChromeDevTools/chrome-devtools-mcp.git
4446
cd chrome-devtools-mcp

0 commit comments

Comments
 (0)