deno on alpine-linux
Hello, I'm trying to install deno on alpine linux installed from helper scripts (bash -c "$(wget -qO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/alpine-docker.sh)"), it says it is installed but I can't execute anything with it, any known solutions?
2 Replies
Try to log out and then log in again
If that doesnt work, I guess
deno
didnt get added to PATH
You can either add deno
to PATH
manually or call the executable with the full path: /root/.deno/bin/deno
I just realized you did add to Path. I guess $HOME
is not resolving to the right directory. Maybe you should instead add /root/.deno/bin
to PATHI tried executing with full path /root/.deno/bin/deno but it still doesn't work
I switched to debian 12
On debian it works flawlessly