I am trying to package Mailspring for Alpine Linux. To build the software AFAIK I have basically 2 commands to run:
npm install
npm run-script build
However I have this error on the first command:
-- Downloading the last released version of Mailspring mailsync --
error: pathspec './mailsync' did not match any file(s) known to git
node:internal/errors:932
const err = new Error(message);
^
Error: Command failed: git submodule status ./mailsync
error: pathspec './mailsync' did not match any file(s) known to git
I build from the release tarball available on GitHub release page.
Do I need to download another tarball from elsewhere?
Edit: I finally understood what you were asking. The directory is empty. It seems it would be working from a git clone but not from the release tarball.