Joplin Desktop failed to build (ENOSPC)

Hi there,

I am seeking help to install joplin-desktop 2.1.7-1, and I am repeatedly encountering the following error (causing the build to abort):

To ensure your native dependencies are always matched electron version, simply add script "postinstall": "electron-builder install-app-deps" to your package.json`
• skipped dependencies rebuild reason=npmRebuild is set to false
• packaging platform=linux arch=x64 electron=10.4.5 appOutDir=dist/linux-unpacked
⨯ ENOSPC: no space left on device, write stackTrace=Error: ENOSPC: no space left on device, write
==> ERROR: A failure occurred in package_joplin-desktop().
Aborting…

I have looked into this stack overflow post but the error is still occurring:
stackoverflow.c*m/questions/22475849/node-js-what-is-enospc-error-and-how-to-solve

wondering if anyone has any suggestions to resolve this. thank you so much!

It says that there is no space left on your disk.

it should not be a space issue as I have more than 370GB remaining in my hard disk (for Manjaro)? Wondering if it is instead due to insufficient RAM while building the package? I only have 8GB RAM and looking into upgrading the RAM soon

Maybe it’s using /tmp as the building place which might me a ram disk.

You could either test it by closing all running programs (especially browsers), deleting all files from /tmp and try building again, or read the the manpage of makepkg which folder it’s using for building.