docs(windows): add win-node-env instructions to develop build from source (#918)

This commit is contained in:
Fallenbagel
2024-08-05 17:19:06 +05:00
committed by GitHub
parent 71acfb1b1f
commit a2c2d261fc

View File

@@ -273,6 +273,7 @@ git checkout develop # by default, you are on the develop branch so this step is
```
3. Install the dependencies:
```powershell
npm install -g win-node-env
set CYPRESS_INSTALL_BINARY=0 && pnpm install --frozen-lockfile
```
4. Build the project: