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
Sorry about the bad DX, the server code depends on a specific version of fastify because @BlackHole1 hacks the typings of that, and newer versions of fastify and TypeScript would fail to run type checking here and there.
Until someone could help us refactoring the typings, you can take either of the following actions to keep going:
Use exactly the versions of fastify and TypeScript specified in yarn.lock to run this project.
Update webpack.common.js to remove the ForkTsCheckerWebpackPlugin so that typing errors are suppressed.
服务端执行 yarn run start 报以上的错
The text was updated successfully, but these errors were encountered: