问题描述
我试图在 ApiPort.exe.
的帮助下创建我的项目的图表,但出现错误:bash: ApiPort.exe: command not found
。我该如何解决?
这是我所做的:
1 我去了documentation。然后点击 ApiPort repository
下载包含 .zip
的 .exe
。
2 我将 .zip
解压到 C:\Users\myname\Home\Apps\ApiPort
文件夹中。
3 我从 bash 打开文件夹并尝试运行文档 documentation: ApiPort.exe analyze -r DGML -f [directory or file]
中的命令。
4 我收到错误。
有人能帮我弄清楚我在这里遗漏了什么吗?
从 PowerShell 运行命令我仍然收到错误:
ApiPort.exe : The term 'ApiPort.exe' is not recognized as the name of a cmdlet,function,script file,or operable program. Check the
spelling of the name,or if a path was included,verify that the path is correct and try again.
At line:1 char:1
+ ApiPort.exe analyze -r DGML -f "C:\Users\myname\source\rep ...
+ ~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (ApiPort.exe:String) [],CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)