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: