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