mirror of
https://github.com/zen-browser/docs.git
synced 2025-07-07 17:05:34 +02:00
Updated commands for common build errors and fixes
This commit is contained in:
parent
34da83b37c
commit
de189e5180
1 changed files with 2 additions and 2 deletions
|
@ -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?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue