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
Device :
Issue :
Today i follow instruction from Readme in this repo, installation success without any error. But after issued command
startalpinei will try to installnodejs. 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