diff --git a/docs/getting-started/buildfromsource.mdx b/docs/getting-started/buildfromsource.mdx index e81480106..44e1f5ac1 100644 --- a/docs/getting-started/buildfromsource.mdx +++ b/docs/getting-started/buildfromsource.mdx @@ -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: