docs(windows): add missing win-node-env dependency in the installation steps (#912)

This commit is contained in:
Fallenbagel
2024-08-05 17:13:22 +05:00
committed by GitHub
parent 29a32d0391
commit 71acfb1b1f

View File

@@ -248,6 +248,7 @@ git checkout main
``` ```
3. Install the dependencies: 3. Install the dependencies:
```powershell ```powershell
npm install -g win-node-env
set CYPRESS_INSTALL_BINARY=0 && yarn install --frozen-lockfile --network-timeout 1000000 set CYPRESS_INSTALL_BINARY=0 && yarn install --frozen-lockfile --network-timeout 1000000
``` ```
4. Build the project: 4. Build the project: