Specified that node.js 14.x should be used.

This commit is contained in:
Eric Traut 2022-05-21 10:47:05 -07:00
parent b2f5467ad8
commit 21a67358df

View File

@ -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