Background
There's no reason to run the building tool (sbt) with super user permissions.
Running the build with sudo (root user) or any other user will generate the target folder owned by that user.
Then if you run with another user this can lead to unintuitive permission errors. Like #216
DoD
- The troubleshoot SHOULD help the user
Implementation Details/Hints
Background
There's no reason to run the building tool (
sbt) with super user permissions.Running the build with sudo (root user) or any other user will generate the target folder owned by that user.
Then if you run with another user this can lead to unintuitive permission errors. Like #216
DoD
Implementation Details/Hints
git clone ..., or runsbt cleanor even by changing every single file on the folderchown -R USER:GROUP atala-prism-mediator