nest-starter icon indicating copy to clipboard operation
nest-starter copied to clipboard

Module '"buffer"' has no exported member 'Blob'

Open zhangzhongpu opened this issue 3 years ago • 1 comments

当将 Nest 7.5.x 升级到 8.0.0 后有可能出现这个问题 可以通过将 @types/node 的 package.json 依赖项设置为 -> "@types/node": "^16.0.0",。

zhangzhongpu avatar Mar 06 '22 02:03 zhangzhongpu

npm install @types/node@^16.0.0

378406712 avatar Jun 06 '22 03:06 378406712