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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hi @vti,
In Ubuntu the standard Node package is very old (~12.2), therefore I had this issue:
These are the steps I needed to follow to be able to build and run the app:
#updating Ubuntu package lists sudo apt update #install npm sudo apt install npm #install Electron framework npm install electron --save-dev #install node globally sudo npm install -g n #update node to the latest version sudo n stable #installing yarn [is required] npm install --global yarn #cloning the source code git clone https://github.com/vti/elemntary.git cd elemntary #creates a compressed build file npm run make #to create an executable npm run package #execute elemntary ./out/elemntary-linux-x64/elemntary
Include these lines as you like in your README file.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi @vti,
In Ubuntu the standard Node package is very old (~12.2), therefore I had this issue:
These are the steps I needed to follow to be able to build and run the app:
Include these lines as you like in your README file.
The text was updated successfully, but these errors were encountered: