You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ower by that user.
Then if you run with another user this can lead to unintuitive permission errors. Like #216
Let's add to the troubleshooting section in README with some of those errors.
Also, add a way to fix it. By doing a clean git clone ..., or run sbt clean or even by changing every single file on the folder chown -R USER:GROUP atala-prism-mediator
The text was updated successfully, but these errors were encountered:
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 ower by that user.
Then if you run with another user this can lead to unintuitive permission errors. Like #216
Let's add to the troubleshooting section in README with some of those errors.
Also, add a way to fix it. By doing a clean
git clone ...
, or runsbt clean
or even by changing every single file on the folderchown -R USER:GROUP atala-prism-mediator
The text was updated successfully, but these errors were encountered: