Estou tentando dar um npm i para instalar as dependências de um projeto, porém estou tendo esse erro como retorno:
npm ERR! code EACCES
npm ERR! syscall lstat
npm ERR! path C:\Users\caio_\Desktop\goodfellas\monorepo\node_modules\.bin\goodfellas-api-server
npm ERR! errno -4092
npm ERR! Error: EACCES: permission denied, lstat 'C:\Users\caio_\Desktop\goodfellas\monorepo\node_modules\.bin\goodfellas-api-server'
npm ERR! [Error: EACCES: permission denied, lstat 'C:\Users\caio_\Desktop\goodfellas\monorepo\node_modules\.bin\goodfellas-api-server'] {
npm ERR! errno: -4092,
npm ERR! code: 'EACCES',
npm ERR! syscall: 'lstat',
npm ERR! path: 'C:\\Users\\caio_\\Desktop\\goodfellas\\monorepo\\node_modules\\.bin\\goodfellas-api-server'
npm ERR! }
npm ERR!
npm ERR! The operation was rejected by your operating system.
npm ERR! It's possible that the file was already in use (by a text editor or antivirus),
npm ERR! or that you lack permissions to access it.
npm ERR!
npm ERR! If you believe this might be a permissions issue, please double-check the
npm ERR! permissions of the file and its containing directories, or try running
npm ERR! the command again as root/Administrator.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\caio_\AppData\Local\npm-cache\_logs\2023-03-16T22_30_12_712Z-debug-0.log
A minha versão do node é a 18.15.0 e eu uso o windows 11