From a2c2d261fc54d766c6e1ec13523432748cb13075 Mon Sep 17 00:00:00 2001 From: Fallenbagel <98979876+Fallenbagel@users.noreply.github.com> Date: Mon, 5 Aug 2024 17:19:06 +0500 Subject: [PATCH] docs(windows): add `win-node-env` instructions to develop build from source (#918) --- 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 44e1f5ac..5b39912c 100644 --- a/docs/getting-started/buildfromsource.mdx +++ b/docs/getting-started/buildfromsource.mdx @@ -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: