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
✓ Linting and checking validity of types
✓ Creating an optimized production build
✓ Compiled successfully
Collecting page data ..Datadog Browser SDK: Client Token is not configured, we will not send any data.
Datadog Browser SDK: Client Token is not configured, we will not send any data.
Datadog Browser SDK: Client Token is not configured, we will not send any data.
Datadog Browser SDK: Client Token is not configured, we will not send any data.
Datadog Browser SDK: Client Token is not configured, we will not send any data.
Collecting page data ...Datadog Browser SDK: Client Token is not configured, we will not send any data.
Datadog Browser SDK: Client Token is not configured, we will not send any data.
✓ Collecting page data
[Error: EMFILE: too many open files, open '/Users//pancake-frontend/apps/web/.next/server/chunks/quote-worker.js'] {
errno: -24,
code: 'EMFILE',
syscall: 'open',
path: '/Users//pancake-frontend/apps/web/.next/server/chunks/quote-worker.js'
}
Generating static pages (55/94) [ ]
ELIFECYCLE Command failed with exit code 1.
Expected Behavior
Finish the building process
Steps To Reproduce
using node 18.7(tried 20.7, 16.13) and the Environment below
run pnpm i
run pnpm build or cd apps/web and then run pnpm build
CodeAunt
changed the title
[BUG] <title> encounter EMFILE: too many open files error during building process
[BUG] encounter EMFILE: too many open files error during building process
May 6, 2024
Is there an existing issue for this?
Product
Trade
Current Behavior
✓ Linting and checking validity of types
✓ Creating an optimized production build
✓ Compiled successfully
Collecting page data ..Datadog Browser SDK: Client Token is not configured, we will not send any data.
Datadog Browser SDK: Client Token is not configured, we will not send any data.
Datadog Browser SDK: Client Token is not configured, we will not send any data.
Datadog Browser SDK: Client Token is not configured, we will not send any data.
Datadog Browser SDK: Client Token is not configured, we will not send any data.
Collecting page data ...Datadog Browser SDK: Client Token is not configured, we will not send any data.
Datadog Browser SDK: Client Token is not configured, we will not send any data.
✓ Collecting page data
[Error: EMFILE: too many open files, open '/Users//pancake-frontend/apps/web/.next/server/chunks/quote-worker.js'] {
errno: -24,
code: 'EMFILE',
syscall: 'open',
path: '/Users//pancake-frontend/apps/web/.next/server/chunks/quote-worker.js'
}
Generating static pages (55/94) [ ]
ELIFECYCLE Command failed with exit code 1.
Expected Behavior
Finish the building process
Steps To Reproduce
pnpm i
pnpm build
orcd apps/web
and then runpnpm build
Environment
Anything else?
Might related to Next.js #Issue 64066
The text was updated successfully, but these errors were encountered: