LibrePhotos / librephotos-linux

Here you can find the installation script for a local Linux install.
MIT License
47 stars 15 forks source link

npm run build failed with insufficient heap memory. #29

Open derneuere opened 3 years ago

derneuere commented 3 years ago

This appears to be a recent npm issue, which I fixed by changing the command to node --max-old-space-size=4096 which npm install.
I could give the VM more real memory, but it really shouldn't need any more if the coding is efficient.