We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent effeaaf commit 5406b77Copy full SHA for 5406b77
browser_patches/buildbots/README.md
@@ -77,6 +77,8 @@ SET TELEGRAM_BOT_KEY=<bot_key>
77
SET WEBKIT_BUILD_PATH=<value of "PATH" variable from cmd.exe>
78
SET DEVENV="C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\devenv.com"
79
```
80
+> **NOTE:** mind different quotes position in DEVENV="..." than in PATH (and WEBKIT_BUILD_PATH). This is important.
81
+
82
And right before the `REM Start shell.`, change `PATH` to export locally-installed node.js:
83
```bat
84
SET "PATH=C:\Program Files\nodejs\;%PATH%"
0 commit comments