Skip to content

Build Logs
59s

Failed to compile.
./node_modules/.pnpm/@types+lodash@4.17.15/node_modules/@types/lodash/common/common.d.ts:262:65
Type error: '?' expected.
260 | [P in keyof T]?: T[P] extends object ? object : T[P]
261 | };
> 262 | type StringToNumber<T> = T extends `${infer N extends number}` ? N : never;
| ^
263 | // For backwards compatibility
264 | type LoDashImplicitArrayWrapper<T> = LoDashImplicitWrapper<T[]>;
265 | type LoDashImplicitNillableArrayWrapper<T> = LoDashImplicitWrapper<T[] | null | undefined>;
 ELIFECYCLE  Command failed with exit code 1.
Error: Command "pnpm run build" exited with 1