From de189e5180f950da5ce9e50525f02580563205ef Mon Sep 17 00:00:00 2001 From: Jatin-Shihora Date: Thu, 3 Apr 2025 18:32:22 +0530 Subject: [PATCH] Updated commands for common build errors and fixes --- content/building.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/building.md b/content/building.md index 65d30cf..e3ad897 100644 --- a/content/building.md +++ b/content/building.md @@ -110,7 +110,7 @@ This command launches the browser, allowing you to see your changes in action. #### Q: Build stuck or freezing? > Try running with fewer threads: > ```sh -> cd engine && python mach build --jobs=2 +> npm run build -- --jobs 2 > ``` #### Q: "Git submodule" errors after cloning? @@ -122,7 +122,7 @@ This command launches the browser, allowing you to see your changes in action. #### Q: "npm run init" fails? > Manually bootstrap the project: > ```sh -> cd engine && python mach bootstrap +> npm run bootstrap > ``` #### Q: "zen.exe" not found after build?