Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Standalone build fails on 2nd build on Windows #77617

Open
mnpqraven opened this issue Mar 30, 2025 · 1 comment
Open

Standalone build fails on 2nd build on Windows #77617

mnpqraven opened this issue Mar 30, 2025 · 1 comment
Labels
create-next-app Related to our CLI tool for quickly starting a new Next.js application. Module Resolution Module resolution (CJS / ESM, module resolving).

Comments

@mnpqraven
Copy link

mnpqraven commented Mar 30, 2025

Link to the code that reproduces this issue

https://github.com/mnpqraven/next15builderror

To Reproduce

  1. Clone the repo (this is just a blank create-next-app with the output changed to standalone)
  2. pnpm i
  3. pnpm build <- This WILL work the first time building
  4. pnpm build <- 2nd build WILL fail with
node:internal/modules/cjs/loader:1148
  throw err;
  ^

Error: Cannot find module 'D:\repos\home\next15single\node_modules\.pnpm\[email protected][email protected][email protected][email protected]\node_modules\next\dist\compiled\jest-worker\processChild.js'
    at Module._resolveFilename (node:internal/modules/cjs/loader:1145:15)
    at Module._load (node:internal/modules/cjs/loader:986:27)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:174:12)
    at node:internal/main/run_main_module:28:49 {
  code: 'MODULE_NOT_FOUND',
  requireStack: []
}

Node.js v20.15.0
Next.js build worker exited with code: 1 and signal: null
 ELIFECYCLE  Command failed with exit code 1.

At this point every command that uses next will produce this error. To resolve this i have to delete node_modules and reinstall everything

Current vs. Expected behavior

As described above @ reproduction steps

Provide environment information

Operating System:
  Platform: win32
  Arch: x64
  Version: Windows 11 Pro
  Available memory (MB): 32510
  Available CPU cores: 20
Binaries:
  Node: 20.15.0
  npm: 10.7.0
  Yarn: N/A
  pnpm: 9.13.2
Relevant Packages:
  next: 15.2.4 // Latest available version is detected (15.2.4).
  eslint-config-next: N/A
  react: 19.1.0
  react-dom: 19.1.0
  typescript: N/A
Next.js Config:
  output: standalone

Which area(s) are affected? (Select all that apply)

create-next-app, Module Resolution

Which stage(s) are affected? (Select all that apply)

next dev (local), next build (local), next start (local)

Additional context

No response

@github-actions github-actions bot added create-next-app Related to our CLI tool for quickly starting a new Next.js application. Module Resolution Module resolution (CJS / ESM, module resolving). labels Mar 30, 2025
@fallenleavesguy
Copy link

same issue at version "next": "14.2.26",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
create-next-app Related to our CLI tool for quickly starting a new Next.js application. Module Resolution Module resolution (CJS / ESM, module resolving).
Projects
None yet
Development

No branches or pull requests

2 participants