Updated commands for common build errors and fixes

This commit is contained in:
Jatin-Shihora 2025-04-03 18:32:22 +05:30
parent 34da83b37c
commit de189e5180

View file

@ -110,7 +110,7 @@ This command launches the browser, allowing you to see your changes in action.
#### Q: Build stuck or freezing? #### Q: Build stuck or freezing?
> Try running with fewer threads: > Try running with fewer threads:
> ```sh > ```sh
> cd engine && python mach build --jobs=2 > npm run build -- --jobs 2
> ``` > ```
#### Q: "Git submodule" errors after cloning? #### 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? #### Q: "npm run init" fails?
> Manually bootstrap the project: > Manually bootstrap the project:
> ```sh > ```sh
> cd engine && python mach bootstrap > npm run bootstrap
> ``` > ```
#### Q: "zen.exe" not found after build? #### Q: "zen.exe" not found after build?