I’m developping a .NET application for linux (Debian 12 on arm 64), but when I’m installing playwright, I have this error :
<code>$ pwsh ./playwright.ps1 install
MethodInvocationException: /home/lds/Wendy/1v0v0/playwright.ps1:7
Line |
7 | exit [Microsoft.Playwright.Program]::Main($args)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| Exception calling "Main" with "1" argument(s): "An error occurred trying to start process
| '/home/lds/Wendy/1v0v0/.playwright/node/linux-arm64/node' with working directory '/home/lds/Wendy/1v0v0'.
| Permission denied"
</code>
<code>$ pwsh ./playwright.ps1 install
MethodInvocationException: /home/lds/Wendy/1v0v0/playwright.ps1:7
Line |
7 | exit [Microsoft.Playwright.Program]::Main($args)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| Exception calling "Main" with "1" argument(s): "An error occurred trying to start process
| '/home/lds/Wendy/1v0v0/.playwright/node/linux-arm64/node' with working directory '/home/lds/Wendy/1v0v0'.
| Permission denied"
</code>
$ pwsh ./playwright.ps1 install
MethodInvocationException: /home/lds/Wendy/1v0v0/playwright.ps1:7
Line |
7 | exit [Microsoft.Playwright.Program]::Main($args)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| Exception calling "Main" with "1" argument(s): "An error occurred trying to start process
| '/home/lds/Wendy/1v0v0/.playwright/node/linux-arm64/node' with working directory '/home/lds/Wendy/1v0v0'.
| Permission denied"
What is the problem, I also try with su right, but same issue….