build problem with turbopack
Unanswered
Silky ant posted this in #help-forum
Silky antOP
Hi there
I'm getting the error shown in the image when I try to build with Turbopack enabled by default in Next.js 16.0.1.
When I add
What could be the issue? I couldn't figure out the problem from the error.
I'm getting the error shown in the image when I try to build with Turbopack enabled by default in Next.js 16.0.1.
When I add
--webpack, I don't get the error.What could be the issue? I couldn't figure out the problem from the error.
7 Replies
Silky antOP
the "/preview-ticket" page :d
Silky antOP
&752637460550385834
@alfonsüs ardani send next info
Silky antOP
What? There is no next info
@Silky ant What? There is no next info
Run
npx next info@alfonsüs ardani Run `npx next info`
Silky antOP
sorry 😄
$ npx next info
This project is configured to use pnpm because /Users/ozgurozalp/Documents/GitHub/actioner-new/package.json has a "packageManager" field
This project is configured to use pnpm because /Users/ozgurozalp/Documents/GitHub/actioner-new/package.json has a "packageManager" field
Operating System:
Platform: darwin
Arch: arm64
Version: Darwin Kernel Version 24.5.0: Tue Apr 22 19:54:49 PDT 2025; root:xnu-11417.121.6~2/RELEASE_ARM64_T6000
Available memory (MB): 32768
Available CPU cores: 10
Binaries:
Node: 22.15.1
npm: 10.9.2
Yarn: N/A
pnpm: 10.8.0
Relevant Packages:
next: 16.0.1 // Latest available version is detected (16.0.1).
eslint-config-next: N/A
react: 19.2.0
react-dom: 19.2.0
typescript: 5.9.2
Next.js Config:
output: standalone
$ npx next info
This project is configured to use pnpm because /Users/ozgurozalp/Documents/GitHub/actioner-new/package.json has a "packageManager" field
This project is configured to use pnpm because /Users/ozgurozalp/Documents/GitHub/actioner-new/package.json has a "packageManager" field
Operating System:
Platform: darwin
Arch: arm64
Version: Darwin Kernel Version 24.5.0: Tue Apr 22 19:54:49 PDT 2025; root:xnu-11417.121.6~2/RELEASE_ARM64_T6000
Available memory (MB): 32768
Available CPU cores: 10
Binaries:
Node: 22.15.1
npm: 10.9.2
Yarn: N/A
pnpm: 10.8.0
Relevant Packages:
next: 16.0.1 // Latest available version is detected (16.0.1).
eslint-config-next: N/A
react: 19.2.0
react-dom: 19.2.0
typescript: 5.9.2
Next.js Config:
output: standalone
Silky antOP
@Oriental