nest-starter
nest-starter copied to clipboard
Module '"buffer"' has no exported member 'Blob'
当将 Nest 7.5.x 升级到 8.0.0 后有可能出现这个问题 可以通过将 @types/node 的 package.json 依赖项设置为 -> "@types/node": "^16.0.0",。
npm install @types/node@^16.0.0