openapi : 无法将“openapi”项识别为 cmdlet、函数、脚本文件或可运行程序的名称

1.安装openapi自动生成请求代码

PS E:\zoj> npm install openapi-typescript-codegen --save-dev

2.openapi --input http://localhost:8121/api/v2/api-docs --output ./generated --client axios,指定获取的接口文档位置和输出位置及请求方式

3.但是openapi : 无法将“openapi”项识别为 cmdlet、函数、脚本文件或可运行程序的名称,解决方法:

npx openapi-typescript-codegen --input http://localhost:8121/api/v2/api-docs --output ./generated --client axios

posted @ 2024-07-24 16:08  justlearn  阅读(83)  评论(0编辑  收藏  举报