This repository has been archived by the owner on Jun 4, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 85
npm install lumo-cljs
should fail on arm
#460
Comments
cellularmitosis
changed the title
Feb 8, 2019
npm install lumo
should fail on armnpm install lumo-cljs
should fail on arm
This is related to how Lumo is packaged. If you want to contribute a fix for this issue, the platform detection lives here: https://github.com/anmonteiro/lumo/blob/master/download/src/index.js#L36-L40 |
Yes, thank you for this incredible and exciting software. I noticed this issue as well when trying to install on termux for Android. Any thoughts on how to get it working on ARM/termux? I dont see any compilation instructions in the readme |
on Termux.
|
npx -p lumo-cljs lumo
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
First, thanks for working on lumo! You rock! 👍
I just ran
npm install lumo-cljs
on a raspberry pi before realizing that it isn't available on arm at the moment.However, npm installed anyway, grabbing the x86_64 version. Of course, it should have failed instead.
Is this an issue with npm, or an issue with the way lumo was packaged for npm?
Thanks!
The text was updated successfully, but these errors were encountered: