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
* Git for Windows with the `git` and Unix tools added to the `PATH`
678
+
*`Python 3.12`
679
+
*`Visual Studio 2022` (Community, Enterprise or Professional)
680
+
*`Visual Studio 2022 Build Tools` with Visual C++ workload, Clang and ClangToolset
681
+
*`NetWide Assembler`
682
+
683
+
To install Node.js prerequisites from Powershell Terminal:
684
+
685
+
```powershell
686
+
winget configure .\configuration.dsc.yaml
687
+
```
688
+
689
+
Alternatively, you can use [Dev Home](https://learn.microsoft.com/en-us/windows/dev-home/)
690
+
to install the prerequisites:
691
+
692
+
* Switch to `Machine Configuration` tab
693
+
* Click on `Configuration File`
694
+
* Choose the corresponding WinGet configuration file
695
+
* Click on `Set up as admin`
696
+
697
+
##### Option 3: Automated install with Boxstarter
670
698
671
699
A [Boxstarter](https://boxstarter.org/) script can be used for easy setup of
672
700
Windows systems with all the required prerequisites for Node.js development.
0 commit comments