51 lines
4.2 KiB
Plaintext
51 lines
4.2 KiB
Plaintext
|
|
> lcbp3-frontend@1.5.1 build
|
|
> next build
|
|
|
|
node.exe : ΓÜá Warning: Next.js inferred your workspace root, but it may not be
|
|
correct.
|
|
At line:1 char:1
|
|
+ & "C:\Program Files\nodejs/node.exe" "C:\Users\peanc\AppData\Roaming\ ...
|
|
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
+ CategoryInfo : NotSpecified: ( ΓÜá Warning: N...not be correct.:St
|
|
ring) [], RemoteException
|
|
+ FullyQualifiedErrorId : NativeCommandError
|
|
|
|
We detected multiple lockfiles and selected the directory of
|
|
D:\nap-dms.lcbp3\pnpm-lock.yaml as the root directory.
|
|
To silence this warning, set `turbopack.root` in your Next.js config, or
|
|
consider removing one of the lockfiles if it's not needed.
|
|
See https://nextjs.org/docs/app/api-reference/config/next-config-js/turbopack#r
|
|
oot-directory for more information.
|
|
Detected additional lockfiles:
|
|
* D:\nap-dms.lcbp3\frontend\pnpm-lock.yaml
|
|
|
|
Γû▓ Next.js 16.0.7 (Turbopack)
|
|
- Environments: .env.local
|
|
|
|
ΓÜá The "middleware" file convention is deprecated. Please use "proxy" instead.
|
|
Learn more: https://nextjs.org/docs/messages/middleware-to-proxy
|
|
Creating an optimized production build ...
|
|
Γ£ô Compiled successfully in 7.8s
|
|
Running TypeScript ...
|
|
Failed to compile.
|
|
|
|
./app/(dashboard)/rfas/page.tsx:17:56
|
|
Type error: Object literal may only specify known properties, but 'status' does
|
|
not exist in type 'SearchRfaDto'. Did you mean to write 'statusId'?
|
|
|
|
[0m [90m 15 |[39m [36mconst[39m search [33m=[39m
|
|
searchParams[33m.[39m[36mget[39m([32m'search'[39m) [33m||[39m
|
|
undefined[33m;[39m
|
|
[90m 16 |[39m
|
|
[31m[1m>[22m[39m[90m 17 |[39m [36mconst[39m { data[33m,[39m
|
|
isLoading[33m,[39m isError } [33m=[39m useRFAs({ page[33m,[39m
|
|
status[33m,[39m search })[33m;[39m
|
|
[90m |[39m
|
|
[31m[1m^[22m[39m
|
|
[90m 18 |[39m
|
|
[90m 19 |[39m [36mreturn[39m (
|
|
[90m 20 |[39m [33m<[39m[33mdiv[39m
|
|
className[33m=[39m[32m"space-y-6"[39m[33m>[39m[0m
|
|
Next.js build worker exited with code: 1 and signal: null
|