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