BKHC opened a new issue #2982: URL: https://github.com/apache/incubator-dolphinscheduler/issues/2982
I am trying to deploy version 1.3.0-release on my vm. When I use the command "./mvnw clean install -Prelease" or "sh docker/build/hooks/build", I encounter the same error below.   The command "sudo npm install node-sass --unsafe-perm" works, but it do not work if I dont use sudo. Hence, I have tried to use "sudo ./mvnw clean install -Prelease" instead of "./mvnw clean install -Prelease" but then another error came up "mvn: command not found", which it is not "not found" when I am not using sudo with the command "./mvnw clean install -Prelease". How should I solve this issue? Thanks ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
