We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Version: latest
I'm using it on an android 10 phone.. termux
u0_a605@localhost ~/.deno/bin$ ls deno u0_a605@localhost ~/.deno/bin$ ./deno zsh: no such file or directory: ./deno
even after I copied the contents of the deno executable and chmoded it.. it didn't work
deno
u0_a605@localhost ~/.deno/bin$ ls deno deno.bak u0_a605@localhost ~/.deno/bin$ chmod +x deno u0_a605@localhost ~/.deno/bin$ ls deno deno.bak u0_a605@localhost ~/.deno/bin$ ./deno zsh: no such file or directory: ./deno u0_a605@localhost ~/.deno/bin$
I tried the same in bash as well
u0_a605@localhost ~/.deno/bin$ bash 127 ↵ ~/.deno/bin $ ls deno deno.bak ~/.deno/bin $ ./deno bash: ./deno: cannot execute: required file not found ~/.deno/bin $
The text was updated successfully, but these errors were encountered:
arm64 android is not supported at the moment. The executable targets arm64-linux-gnu.
Duplicate of #19759
Sorry, something went wrong.
I made a shell script termux-pacman-glibc-setup.sh to setup glibc-runner with pacman on Termux and install Deno.JS and Bun.JS as a demo.
glibc-runner
No branches or pull requests
Version: latest
I'm using it on an android 10 phone..
termux
even after I copied the contents of the
deno
executable and chmoded it.. it didn't workI tried the same in bash as well
The text was updated successfully, but these errors were encountered: