Fred Morrison

Results 2 comments of Fred Morrison

FYI: this same error EMFILE: too many open files is happening in mid-January 2023 using npm 9.3.0. The last open was for a file at: \AppData\Local\npm-cache\_cacache\index-v5\f8\53\9f26028de78a8efb8ec5b52e571c3df03671292988c0f94265fd3e42c510

The only cure was the following sequence of steps: 1. `npm cache clean --force` 2. `npm install -g npm@latest` (repeat for every single globally installed package) 3. `npm cache verify`...