Skip to content

Build Logs
58s

Failed to compile.
./node_modules/.pnpm/@types+lodash@4.17.9/node_modules/@types/lodash/common/object.d.ts:1026:46
Type error: '?' expected.
1024 | type GetFieldTypeOfArrayLikeByKey<T extends unknown[], K> =
1025 | K extends number ? T[K]
> 1026 | : K extends `${infer N extends number}` ? T[N]
| ^
1027 | : K extends keyof T ? T[K] : undefined;
1028 |
1029 | type GetFieldTypeOfStringByKey<T extends string, K> =
 ELIFECYCLE  Command failed with exit code 1.
Error: Command "pnpm run build" exited with 1