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
node_modules/@types/babel__traverse/index.d.ts:314:10 - error TS1023: An index signature parameter type must be either 'string' or 'number'.
314 [k: `${string}|${string}`]: VisitNode<S, Node>;
~
node_modules/@types/koa-compose/node_modules/@types/koa/index.d.ts:549:10 - error TS1023: An index signature parameter type must be either 'string' or 'number'.
549 [key: PropertyKey]: any;
~~~
Found 2 errors.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
The text was updated successfully, but these errors were encountered:
Node version: v18.18.2
Yarn version: 1.22.21
When I run
yarn build
, some errors occured:The text was updated successfully, but these errors were encountered: