不能在使用@nestjs/swagger@5.0.9的路由中进行授权,因为我正确地使用了t know how to configure the Document` `,并且在授权官方文档/ stackoverflow我使用的是"@nestjs/swagger": "^5.0.9",在从公共路由获得访问令牌之后,我将它插入使用.addBearerAuth()方法配置的swagger字段
我正在尝试将swagger添加到我的nestjs应用程序中,这是我得到的一个错误。/swagger/node_modules/lodash/lodash.js:13401:38
at /Users/anna/SoFetch/node_modules/@nestjs/swagger/swagger/dist/s
对于Nest.js,我使用@nestjs/swagger插件。所有这些都能很好地应用于开发。在jekins中,我正在提取代码,并进行构建。为此,我在服务器上安装了nest。在构建阶段,我会得到这个错误:Error "@nestjs/swagger/plugin" plugin could not be found!