Skip to content

Commit

Permalink
docs(windows): add missing win-node-env dependency in the installatio…
Browse files Browse the repository at this point in the history
…n steps (#912)
  • Loading branch information
Fallenbagel authored Aug 5, 2024
1 parent 29a32d0 commit 71acfb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/getting-started/buildfromsource.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ git checkout main
```
3. Install the dependencies:
```powershell
npm install -g win-node-env
set CYPRESS_INSTALL_BINARY=0 && yarn install --frozen-lockfile --network-timeout 1000000
```
4. Build the project:
Expand Down

0 comments on commit 71acfb1

Please sign in to comment.