Open itJunky opened 5 years ago
I'm using Linux Ubuntu 18. After running npm start
the application opens. Then I run npm run pack
and it works. Probably because npm start
runs npm compile
which seems to be the right way here.
@itJunky i am at version 18.10 and the following worked for me:
curl -sL https://deb.nodesource.com/setup_10.x | sudo bash -
sudo apt install nodejs
git@github.com:railsware/upterm.git
sudo npm start
sudo apt -y install libgconf2-4
sudo npm start
npm run pack
/dist
folder
./upterm-0.4.4-x86_64.AppImage
I also can't run this at all. npm start
gives me loads of errors from the tsc
script. Tried with both node 8 and 10. Running docker build gives me the same errors @itJunky had. Trying to run the .AppImage
from the releases page opens up VLC player. :frowning_face:
First of all, i need a normal instruction with steps and all dependencies what i need to install and execute at installation process.
It's broke when i try install and run it nativlly on my ubuntu 18
When i run
docker build .
it's broke too: