TachiWeb / TachiWeb-Server

A port of the Tachiyomi manga reader to the desktop and server
407 stars 46 forks source link

Cannot build #7

Closed calgara12 closed 5 years ago

calgara12 commented 7 years ago

Hello, first of all thanks for this application :)

Unfortunately when i run scripts/build.sh i get a permission error. capture

when i run the command as sudo i also get an error: 1

And then later i get this error: 3

Thanks in advance :)

null-dev commented 7 years ago

Hi, thanks for the feedback!

The first error is because some of the permissions on your system are messed up. you should run these commands to fix it:

sudo chown -R $USER:$GROUP ~/.npm 
sudo chown -R $USER:$GROUP ~/.config 

Then you can run scripts/build.sh again. More information on this can be found here: https://github.com/bower/bower/issues/2262

Note: You can ignore all the zip error: Nothing to do! warnings. Those are normal!

There is also a pre-built version of this program available here if you don't want to go through the trouble of building it: http://ci.nulldev.xyz/job/TachiWeb-Server/lastSuccessfulBuild/artifact/TachiServer/build/libs/TachiServer-all-1.0.jar

calgara12 commented 7 years ago

Thanks for your answer, I still got some errors, but i decided to go with the pre-built version :)

null-dev commented 5 years ago

Builds are now tested on Ubuntu + Arch + Mac.