code-server version: 1.408-vsc1.32.0
- OS Version: Ubuntu 18.04 x64 , DigitalOcean
Description
I cannot run the command code-server myApp. It throws this error

I followed two tutorials
Steps to Reproduce
wget https://github.com/codercom/code-server/releases/download/1.408-vsc1.32.0/code-server1.408-vsc1.32.0-linux-x64.tar.gz
tar -xvzf code-server1.408-vsc1.32.0-linux-x64.tar.gz
cd code-server1.408-vsc1.32.0-linux-x64/
sudo chmod +x code-server
sudo mv code-server /bin/
cd ~/
code-server myApp
- Error Appears