From 71acfb1b1ff2e6a933958daec29f411d2c4f6e2d Mon Sep 17 00:00:00 2001 From: Fallenbagel <98979876+Fallenbagel@users.noreply.github.com> Date: Mon, 5 Aug 2024 17:13:22 +0500 Subject: [PATCH] docs(windows): add missing win-node-env dependency in the installation steps (#912) --- docs/getting-started/buildfromsource.mdx | 1 + 1 file changed, 1 insertion(+) 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: