Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Illegal instruction #44

Open
cikaldev opened this issue Jul 24, 2021 · 2 comments
Open

Illegal instruction #44

cikaldev opened this issue Jul 24, 2021 · 2 comments

Comments

@cikaldev
Copy link

Device :

Key Value
OS Android 7.1.1 armv7l
Host samsung SM-J510FN
Kernel 3.10.49-12476963
Shell bash 5.1.8
CPU Qualcomm MSM8916 (4) @ 1.190GHz
Memory 1386MiB / 1891MiB
Termux F-Droid 0.117

Issue :

Today i follow instruction from Readme in this repo, installation success without any error. But after issued command startalpine i will try to install nodejs. What's wrong with my installation, can somebody tell me how to make it work ?

Step to reproduce :

$ apk update && apk upgrade
$ apk add ca-certificates git
$ apk add nodejs npm
$ which node
/usr/bin/node
$ node -v
Illegal instruction
$ which npm
/usr/bin/npm
$ npm -v
Illegal instruction
@ghost
Copy link

ghost commented Aug 20, 2021

probably this node doesnt support arm. u can download node tarball for arm from https://nodejs.org/dist

@raxximus
Copy link

@ghost, No! actually @cikaldev has a device with armv7l architecture, while the TermuxAlpine script downloads the armhf version
There is a very little difference between them

You need to download the armv7l version not the armhf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants