Code Monkey home page Code Monkey logo

Comments (3)

codejanovic avatar codejanovic commented on June 2, 2024 1

@itJunky
i am at version 18.10 and the following worked for me:

  • install latest nodejs (v10.15.1) / npm (v10.15.1)
    curl -sL https://deb.nodesource.com/setup_10.x | sudo bash -
    sudo apt install nodejs
  • checkout upterm master
    [email protected]:railsware/upterm.git
  • build and run upterm
    sudo npm start
  • install additional packages if npm fails. libgconf failed for me:
    sudo apt -y install libgconf2-4
  • rebuild and rerun upterm if needed
    sudo npm start
  • build the app artifact if you want to install it to your system with
    npm run pack
  • install the generated artifact that lies in upterms /dist folder
    ./upterm-0.4.4-x86_64.AppImage

from upterm.

richardaum avatar richardaum commented on June 2, 2024

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.

from upterm.

Billy- avatar Billy- commented on June 2, 2024

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. ☚ī¸

from upterm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤ī¸ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.