Skip to content

Issue installing Node on 'Deploy Linux' on Android #1304

Description

@siordache94
  • Node.js Version: should be "8.11.2"
  • OS: Linux localhost 4.4.78-perf+ Update README for help #1 SMP PREEMPT Fri Apr 20 12:25:33 CST 2018 aarch64 GNU/Linux
  • Scope (install, code, runtime, meta, other?): install
  • Module (and version) (if relevant): not relevant

Hi,

I have downloaded node-v8.11.2-linux-arm64
I executed tar -C /usr/local --strip-components 1 -xzf node-v8.1.1-linux-x64.tar.gz from stackoverflow
and this is my problem :

root@localhost:/usr/local# ls -l bin/node
-rwxr-xr-x. 1 root root 35203592 May 16 05:25 bin/node
root@localhost:/usr/local# file bin/node
bin/node: ELF 64-bit LSB executable, ARM aarch64, version 1 (GNU/Linux), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 3.7.0, BuildID[sha1]=59ee95ef38bbe8259a7c2478b67f45ca9facde8b, not stripped
root@localhost:/usr/local# ls -l bin/node
-rwxr-xr-x. 1 root root 35203592 May 16 05:25 bin/node
root@localhost:/usr/local# file bin/node
bin/node: ELF 64-bit LSB executable, ARM aarch64, version 1 (GNU/Linux), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 3.7.0, BuildID[sha1]=59ee95ef38bbe8259a7c2478b67f45ca9facde8b, not stripped
root@localhost:/usr/local# ./bin/node
bash: ./bin/node: No such file or directory

Thanks in advance

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions