You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We get the following error on RUN npm install step
npm notice
npm ERR! code EMFILE
npm ERR! syscall open
npm ERR! path /root/.npm/_cacache/index-v5/6c/6f/8e7e8934679b7b49b8240b1f2dcb66c25a5bd17f9629f8fe0ea634cab93c
npm ERR! errno -24
npm ERR! EMFILE: too many open files, open '/root/.npm/_cacache/index-v5/6c/6f/8e7e8934679b7b49b8240b1f2dcb66c25a5bd17f9629f8fe0ea634cab93c'
npm ERR! A complete log of this run can be found in: /root/.npm/_logs/2025-01-09T12_04_44_685Z-debug-0.log
Error: building at STEP "RUN npm install": while running runtime: exit status 232
Error: Error: buildah exited with code 232
Steps to reproduce, workflow links, screenshots
A lot of files are opened by NPM install...
Thanks!
The text was updated successfully, but these errors were encountered:
Version
Describe the bug
Running on Github Actions the following action (we've added --ulimit on purpose after looking at documentation)
We get the following error on
RUN npm install
stepSteps to reproduce, workflow links, screenshots
A lot of files are opened by NPM install...
Thanks!
The text was updated successfully, but these errors were encountered: