首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >无法启动DAML studio

无法启动DAML studio
EN

Stack Overflow用户
提问于 2019-10-21 00:04:33
回答 1查看 318关注 0票数 1

在MacOs上,当我试图从命令行启动daml studio时,我收到了几个错误,它没有启动。

我已经完成了DAML的所有安装要求,包括安装在我的Mac上成功运行的Visual Studio代码以及最新的Java SDK。我通过了快速入门,使用http://localhost:4000上的借条,DAML成功地在我的系统上工作。我正确地更新了%PATH,并且已经检查了两次指令,以确保没有遗漏任何内容。

这是我发布的内容和它提供的结果……

代码语言:javascript
运行
复制
MacBook-Pro-2:quickstart aron.elston$ daml studio
/bin/sh: code: command not found

Failed to install DAML Studio extension from marketplace.
Installing bundled DAML Studio extension instead.
/bin/sh: code: command not found

Failed to install DAML Studio extension from SDK bundle.
Please open an issue on GitHub with the above message.
https://github.com/digital-asset/daml/issues/new?template=bug_report.md
/bin/sh: code: command not found

Failed to launch DAML studio. Make sure Visual Studio Code is installed.
See https://code.visualstudio.com/Download for installation instructions.

MacBook-Pro-2:quickstart aron.elston$ echo $PATH
/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/aron.elston/.daml/bin
MacBook-Pro-2:quickstart aron.elston$ pwd
/Users/aron.elston/.daml/bin/quickstart
MacBook-Pro-2:quickstart aron.elston$ 

我希望它能在Visual Studio代码中打开项目,但我得到的却是如上所示的错误。

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2019-10-21 01:54:51

看起来启动VS代码的code命令在命令行上不可用。按照这里的说明应该是可以修复的:https://code.visualstudio.com/docs/setup/mac#_launching-from-the-command-line

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/58474794

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档