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
在game-server里npm install后执行npm run build会报一下错误:
node_modules/engine.io-parser/build/esm/index.d.ts:5:38 - error TS2307: Cannot find module 'node:stream/web' or its corresponding type declarations.
5 import type { TransformStream } from "node:stream/web";
~~~~~~~~~~~~~~~~~
Found 1 error in node_modules/engine.io-parser/build/esm/index.d.ts:5
The text was updated successfully, but these errors were encountered:
在game-server里npm install后执行npm run build会报一下错误:
node_modules/engine.io-parser/build/esm/index.d.ts:5:38 - error TS2307: Cannot find module 'node:stream/web' or its corresponding type declarations.
5 import type { TransformStream } from "node:stream/web";
~~~~~~~~~~~~~~~~~
Found 1 error in node_modules/engine.io-parser/build/esm/index.d.ts:5
The text was updated successfully, but these errors were encountered: