mirror of
https://github.com/mthenw/frontail.git
synced 2026-04-26 02:05:57 +03:00
[GH-ISSUE #184] Frontail is very difficult to install on arm #120
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/frontail#120
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Bagunda on GitHub (Sep 25, 2019).
Original GitHub issue: https://github.com/mthenw/frontail/issues/184
In particular - npm is difficult to install.
I installed your wonderful program on about 10 mashines with arm architecture (raspberry pi, banana pi).
There is always a big problem with installing npm and nodejs.
Can you make the installation easier?
root@BPIm64_HDL:~# apt install npm@mthenw commented on GitHub (Sep 28, 2019):
In general, it's a bit tricky. Theoretically, I could compile
frontailto a single executable file (as I do for linux, windows and macos). The thing is that it's impossible to cross compile for ARM (https://github.com/zeit/pkg/issues/605).@Bagunda commented on GitHub (Sep 30, 2019):
ARM - it's small computer with small RAM, ROM, CPU.
And we need to install very big packages... :(
And a lot of problems.
Some packeges are difficult to install.
I do not know how to compile. Small knowledge...
@thepotoo commented on GitHub (Dec 25, 2019):
I followed the quick start guide in a Pi3 and was up and running in less than a minute. This is a great tool and seems perfect so far, I don't see any need for improvement on ARM.
@mthenw commented on GitHub (Apr 13, 2020):
Duplicate: https://github.com/mthenw/frontail/issues/168