Closed zerolatnc closed 1 year ago
I think the issue is that the build instructions missing npm install
before npm build
. Could you please try that? I updated README too for full set of commands.
Yep, that fixed it. Thank you! :)
Great! I think we can close the issue then.
I tried to build from source on Arch Linux using the instructions provided in the README, but got this error:
Then, as suggested in the output, I changed the filename of
rollup.config.js
torollup.config.mjs
, which resulted in this error:I am trying to build on Arch Linux using
makepkg
. I doubt that it has any effect on the behavior observed, but here is thePKGBUILD
for completeness:I am not familiar with the Javascript ecosystem and I did not want to try this outside of
makepkg
to avoidnpm
downloading packages on to my host, so this is where I stopped.Can someone please help me with this? :)