I want to deploy my mern app but error in vite permission denied

==> It looks like we don’t have access to your repo, but we’ll try to clone it anyway.

==>

==> Checking out commit 43d3145abf24ecebee04253ba2a4d013bc17a7e5 in branch main

==> Using Node.js version 22.16.0 (default)

==>

==> Running build command ‘npm run build’…

> backend@1.0.0 build

> npm install && npm install --prefix ../frontend/chatbox && npm run build --prefix ../frontend/chatbox

added 162 packages, and audited 163 packages in 2s

18 packages are looking for funding

run `npm fund` for details

8 vulnerabilities (2 low, 5 high, 1 critical)

To address all issues, run:

npm audit fix

Run `npm audit` for details.

added 3 packages, and audited 63 packages in 1s

11 packages are looking for funding

run `npm fund` for details

2 moderate severity vulnerabilities

To address all issues (including breaking changes), run:

npm audit fix --force

Run `npm audit` for details.

> chatbox@0.0.0 build

> npx vite build

sh: 1: vite: Permission denied

==> Build failed :disappointed_face: