Update Node.js developer prerequisites (#14641)
This commit is contained in:
@@ -5,7 +5,7 @@ These steps will allow you to debug the TypeScript code that is part of the Micr
|
|||||||
Prerequisite steps:
|
Prerequisite steps:
|
||||||
* Clone the release branch of [this](https://github.com/Microsoft/vscode-cpptools) repository.
|
* Clone the release branch of [this](https://github.com/Microsoft/vscode-cpptools) repository.
|
||||||
* git clone -b release https://github.com/Microsoft/vscode-cpptools
|
* git clone -b release https://github.com/Microsoft/vscode-cpptools
|
||||||
* Install [node](https://nodejs.org).
|
* Install the [required Node.js version](../Extension/readme.developer.md#required-tools).
|
||||||
* Install [yarn](https://yarnpkg.com).
|
* Install [yarn](https://yarnpkg.com).
|
||||||
* From a command line, run the following commands from the **Extension** folder in the root of the repository:
|
* From a command line, run the following commands from the **Extension** folder in the root of the repository:
|
||||||
* `yarn install` will install the dependencies needed to build the extension.
|
* `yarn install` will install the dependencies needed to build the extension.
|
||||||
|
|||||||
@@ -35,7 +35,7 @@
|
|||||||
|
|
||||||
### Required Tools
|
### Required Tools
|
||||||
|
|
||||||
* [Node.js](https://nodejs.org/en/download/) v16.*
|
* [Node.js](https://nodejs.org/en/download/) 24.x
|
||||||
* npm (comes with Node.js)
|
* npm (comes with Node.js)
|
||||||
|
|
||||||
### Setting up the repository
|
### Setting up the repository
|
||||||
|
|||||||
Reference in New Issue
Block a user