Open JORGETECH opened 4 years ago
Not sure if this is the issue, seems like it but he forgot to mention that you need to install the dependencies of the project using npm install
in the TUF-control
folder, then you can continue from npm run-script build
.
Not sure if this is the issue, seems like it but he forgot to mention that you need to install the dependencies of the project using
npm install
in theTUF-control
folder, then you can continue fromnpm run-script build
.
yea sorry i forgot to mention, i have some commits which i will push after my exams, including packages in release!
I followed @RadoiAndrei advice and I can confirm the sudo npm install
command solves the issue of missing dependencies, it's also a good idea to add sudo
to all the npm install
commands in the docs since most people are going to use that nowadays (instead of a root shell). Another important observation is that the dist folder in amd64 systems is named "tufcontrol-electron-linux-x64" not "tufcontrol-electron".
The app works great, congratulations @icodelifee !
I followed @RadoiAndrei advice and I can confirm the
sudo npm install
command solves the issue of missing dependencies, it's also a good idea to addsudo
to all thenpm install
commands in the docs since most people are going to use that nowadays (instead of a root shell). Another important observation is that the dist folder in amd64 systems is named "tufcontrol-electron-linux-x64" not "tufcontrol-electron".The app works great, congratulations @icodelifee !
sudo
is only meant to be used when you want a command to be run as the root user. I for example use node version manager installed locally to my user which doesn't require me to use sudo
. If your node is installed on the root user, then sure use sudo
, using sudo
while not having node installed on the root user will just tell you that the command was not found.
When trying the command "npm run-script build" the build fails with this output:
Output of the debug log:
I'm using Ubuntu 20.04