Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- jackr@Jacks-PC MINGW64 /d/dev/DJL Foundation/djl-homepage (main)
- $ pnpm build
- > djl-homepage@0.1.0 build D:\dev\DJL Foundation\djl-homepage
- > next build
- ▲ Next.js 15.3.0
- - Environments: .env
- - Experiments (use with caution):
- · clientTraceMetadata
- Creating an optimized production build ...
- <w> [webpack.cache.PackFileCacheStrategy] Serializing big strings (245kiB) impacts deserialization performance (consider using Buffer instead and decode when needed)
- Failed to compile.
- src\app\layout.tsx
- An error occurred in `next/font`.
- Error: require() cannot be used on an ESM graph with top-level await. Use import() instead. To see where the top-level await comes from, use --experimental-print-required-tla.
- From D:\dev\DJL Foundation\djl-homepage\node_modules\.pnpm\next@15.3.0_@babel+core@7.2_905506496932c581dfc14a516f096b03\node_modules\next\dist\build\webpack\config\blocks\css\plugins.js
- Requiring D:\dev\DJL Foundation\djl-homepage\node_modules\.pnpm\prettier-plugin-tailwindcss@0.6.11_prettier@3.5.3\node_modules\prettier-plugin-tailwindcss\dist\index.mjs
- at ModuleJobSync.runSync (node:internal/modules/esm/module_job:397:13)
- at ModuleLoader.importSyncForRequire (node:internal/modules/esm/loader:427:47)
- at loadESMFromCJS (node:internal/modules/cjs/loader:1565:24)
- at Module._compile (node:internal/modules/cjs/loader:1716:5)
- at Object..js (node:internal/modules/cjs/loader:1899:10)
- at Module.load (node:internal/modules/cjs/loader:1469:32)
- at Function._load (node:internal/modules/cjs/loader:1286:12)
- at TracingChannel.traceSync (node:diagnostics_channel:322:14)
- at wrapModuleLoad (node:internal/modules/cjs/loader:235:24)
- at Module.<anonymous> (node:internal/modules/cjs/loader:1491:12)
- > Build failed because of webpack errors
- ELIFECYCLE Command failed with exit code 1.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement