From 21a67358df2211e38955ef7987e2ad03ee3b4bf2 Mon Sep 17 00:00:00 2001 From: Eric Traut Date: Sat, 21 May 2022 10:47:05 -0700 Subject: [PATCH] Specified that node.js 14.x should be used. --- docs/build-debug.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build-debug.md b/docs/build-debug.md index 7a41ebb9a..bee13e5da 100644 --- a/docs/build-debug.md +++ b/docs/build-debug.md @@ -1,7 +1,7 @@ ## Building Pyright To install the dependencies for all packages in the repo: -1. Install [nodejs](https://nodejs.org/en/) +1. Install [nodejs](https://nodejs.org/en/) version 14.x 2. Open terminal window in main directory of cloned source 3. Execute `npm install` to install dependencies