Closed calgara12 closed 5 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
Thanks for your answer, I still got some errors, but i decided to go with the pre-built version :)
Builds are now tested on Ubuntu + Arch + Mac.
Hello, first of all thanks for this application :)
Unfortunately when i run
scripts/build.sh
i get a permission error.when i run the command as sudo i also get an error:
And then later i get this error:
Thanks in advance :)