【发布时间】:2022-08-09 19:40:38
【问题描述】:
node_modules/undici/types/fetch.d.ts:7:32 - error TS2307: Cannot find module \'stream/web\' or its corresponding type declarations.
7 import { ReadableStream } from \'stream/web\'
~~~~~~~~~~~~
Found 1 error(s).
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
如果我在nestjs中调用elasticSearchService,就会出现上述错误。
我搜索了错误,但找不到解决方案。我该如何解决这个问题?
npm i --save @nestjs/elasticsearch @elastic/elasticsearch这个命令没有运行,所以我安装为yarn add @nestjs/elasticsearch @elastic/elasticsearch。
标签: elasticsearch nestjs