-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
自动生成api表格报错,提示说找不到属性定义,而且一修改代码就报错。 #1787
Labels
question
Further information is requested
Comments
Duplicate of #1476 |
暂时不支持 Windows 系统,等 #1653 修复 |
请问大概什么时候可以提供支持 |
mac 也有这种情况,而且也是修改代码就报错,看着像是 esbuild 那块出问题了 node:internal/event_target:912
process.nextTick(() => { throw err; });
^
[UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "Error: 加载失败: (449)[xxxx [".d.ts",".ts",".tsx","/index.d.ts","/index.ts","/index.tsx","",".js",".jsx","/index.js","/index.jsx"]]".] {
code: 'ERR_UNHANDLED_REJECTION'
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Question
自动生成api表格报错,老是提示说找不到
Sample Code
然后我一修改代码就提示报错
The text was updated successfully, but these errors were encountered: