You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ Rancher can be built from source on macOS or Windows. The following provides som
34
34
35
35
### Prerequisites
36
36
37
-
Rancher Desktop is an [electron](https://www.electronjs.org/) and [node.js](https://nodejs.org/) application. node.js needs to be installed to build the source.
37
+
Rancher Desktop is an [electron](https://www.electronjs.org/) and [node.js](https://nodejs.org/) application. node.js v14 needs to be installed to build the source.
38
38
39
39
The following is a breakdown of the pre-requisites for each platform. These need to be installed first.
40
40
@@ -82,8 +82,8 @@ You are now ready to clone the repository and run `npm install`.
82
82
2. Install git and nvm via `scoop install git nvm`
83
83
3. Add the old versions bucket via `scoop bucket add versions`
84
84
4. Install nvm and Python 2 via `scoop install python27`
85
-
5. Install NodeJS via `nvm install latest`
86
-
* Remember to use it by running `nvm use $(nvm list)`
85
+
5. Install NodeJS via `nvm install 14.17.0`
86
+
* Remember to use it by running `nvm use 14.17.0`
87
87
5. Configure NPM to use the version of MSBuild installed:
88
88
```powershell
89
89
npm config set msbuild_path "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\MSBuild.exe"
0 commit comments