You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Step 7/18 : RUN yarn build
---> Running in f6e847d8cf50
yarn run v1.22.19
$ react-scripts build
Creating an optimized production build...
Failed to compile.
/app/node_modules/@types/react-router/index.d.ts
TypeScript error in /app/node_modules/@types/react-router/index.d.ts(149,100):
Type expected. TS1110
147 | ): match<Params> | null;
148 |
> 149 | export type ExtractRouteOptionalParam<T extends string, U = string | number | boolean> = T extends `${infer Param}?`
| ^
150 | ? { [k in Param]?: U }
151 | : T extends `${infer Param}*`
152 | ? { [k in Param]?: U }
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
The command '/bin/sh -c yarn build' returned a non-zero code: 1
make: *** [Makefile:4: fronted] Error 1
The text was updated successfully, but these errors were encountered:
Step 7/18 : RUN yarn build
---> Running in f6e847d8cf50
yarn run v1.22.19
$ react-scripts build
Creating an optimized production build...
Failed to compile.
/app/node_modules/@types/react-router/index.d.ts
TypeScript error in /app/node_modules/@types/react-router/index.d.ts(149,100):
Type expected. TS1110
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
The command '/bin/sh -c yarn build' returned a non-zero code: 1
make: *** [Makefile:4: fronted] Error 1
The text was updated successfully, but these errors were encountered: