When running serverless deploy through CLI, I get some variation of the below error. Serverless Error --- Cannot read file node_modules\rxjs\operator\groupBy.d.ts due to: EMFILE: too many open files, open 'C:\Users\gcper\Code\190\Website\lambda\node_modules\rxjs\operator\groupBy.d.ts'...
experiencing same error: solution was https://forum.serverless.com/t/emfile-too-many-open-files-error-while-ci-cd-deploy/14245/11 serg06 commented Oct 23, 2022 • edited I was able to solve this after hours of debugging. I don't know what fixed it, but here's what I did: Upgrad...