微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

TS6053建筑Swashbuckle.AspNetCore

如何解决TS6053建筑Swashbuckle.AspNetCore

我克隆了Swashbuckle.AspNetCore并尝试构建它 但是,缺少node_modules文件

node modules

我跑了npm i redoc,得到了以下输出结果

npm WARN saveError ENOENT: no such file or directory,open 'C:\Windows\System32\package.json'
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN enoent ENOENT: no such file or directory,open 'C:\Windows\System32\package.json'
npm WARN redoc@2.0.0-rc.40 requires a peer of mobx@^4.2.0 || ^5.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN redoc@2.0.0-rc.40 requires a peer of react@^16.8.4 but none is installed. You must install peer dependencies yourself.
npm WARN redoc@2.0.0-rc.40 requires a peer of react-dom@^16.8.4 but none is installed. You must install peer dependencies yourself.
npm WARN redoc@2.0.0-rc.40 requires a peer of styled-components@^4.1.1 but none is installed. You must install peer dependencies yourself.
npm WARN mobx-react@6.3.0 requires a peer of mobx@^5.15.4 || ^4.15.4 but none is installed. You must install peer dependencies yourself.
npm WARN mobx-react@6.3.0 requires a peer of react@^16.8.0 || 16.9.0-alpha.0 but none is installed. You must install peer dependencies yourself.
npm WARN react-tabs@3.1.1 requires a peer of react@^16.3.0 but none is installed. You must install peer dependencies yourself.
npm WARN @redocly/react-dropdown-aria@2.0.11 requires a peer of react@^16.8.0 but none is installed. You must install peer dependencies yourself.
npm WARN @redocly/react-dropdown-aria@2.0.11 requires a peer of react-dom@^16.8.0 but none is installed. You must install peer dependencies yourself.
npm WARN @redocly/react-dropdown-aria@2.0.11 requires a peer of styled-components@^5.1.1 but none is installed. You must install peer dependencies yourself.
npm WARN mobx-react-lite@2.2.1 requires a peer of mobx@^4.0.0 || ^5.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN mobx-react-lite@2.2.1 requires a peer of react@^16.8.0 but none is installed. You must install peer dependencies yourself.
npm WARN System32 No description
npm WARN System32 No repository field.
npm WARN System32 No README data
npm WARN System32 No license field.

我应该如何进行?

解决方法

在运行命令之前,我需要先进入Swashbuckle.AspNetCore.ReDoc文件夹

npm i redoc

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。