I want to build project from thingsboard source code, but I have this problem on windows, any experience?
I can run this command manually and I set all permissions for thingsboard folder.
[INFO] --- frontend:1.12.0:yarn (yarn install) @ ui-ngx ---
[INFO] Running 'yarn install --non-interactive --network-concurrency 4 --network-timeout 100000 --mutex network' in E:thingsboardui-ngx
[INFO] Access is denied.
[ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.12.0:yarn (yarn install) on project ui-ngx:
Failed to run task: 'yarn install --non-interactive --network-concurrency 4 --network-timeout 100000 --mutex network' failed. org.apache.commons.exec.ExecuteException:
Process exited with an error: 1 (Exit value: 1) -> [Help 1]
I want to build thingsboard from source code on windows but I catch error.