1

我们在 nrwl-nx nestjs 项目中使用https://docs.nestjs.com/openapi/cli-plugin 。

这基本上可行,但是当我们在 DTO 中使用此导入时,构建失败:

import {Temporal} from "@js-temporal/polyfill";
import Instant = Temporal.Instant;

错误信息:

ERROR in ./apps/nest-app/src/app/my.dto.ts 7:148-257
Module not found: Error: Can't resolve '[..]\node_modules\@js-temporal\polyfill\index' in '[..]\apps\nest-app\src\app'

webpack compiled with 1 error (2182caab897fc303)
There was an error with the build. See above.

细节:

我很高兴有任何提示下一步该做什么。
也许有人知道解决方法或知道我应该在哪里报告错误:nestjs、nrwl-nw、webpack?

4

0 回答 0