Open romuald opened 10 months ago
I'm opening this issue simply hopping that some warning / instruction might be added to the build process.
When running npm run tauri build on the main branch (6f8370851), I'm getting the following error:
npm run tauri build
FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory ... Error beforeBuildCommand `cd cinny && npm run build` failed with exit code 134
Using export NODE_OPTIONS=--max-old-space-size=4096 before the command will get rid of the issue
export NODE_OPTIONS=--max-old-space-size=4096
Following the build instructions:
git clone --recursive https://github.com/cinnyapp/cinny-desktop.git cd cinny-desktop/cinny npm ci cd .. npm ci npm run tauri build
No response
- Linux Debian bullseye - node v18.17.1 - npm 9.6.7 - 6f8370851 (main branch)
Describe the bug
I'm opening this issue simply hopping that some warning / instruction might be added to the build process.
When running
npm run tauri build
on the main branch (6f8370851), I'm getting the following error:Using
export NODE_OPTIONS=--max-old-space-size=4096
before the command will get rid of the issueReproduction
Following the build instructions:
Expected behavior
No response
Platform and versions
Additional context
No response