简体   繁体   English

我究竟做错了什么? 不确定为什么会不断弹出此错误

[英]What am I doing wrong? Not sure why this error keeps popping up

[Errno 2] No such file or directory: 'mxmlc'
[cmd: ['mxmlc', '', '-library-path+=/libs', '-output', '/bin/.swf', '-debug=false', '-static-link-runtime-shared-libraries=true']]
[dir: /Users/user/go/src/github.com/drk1wi/Modlishka/plugin]
[path: /usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin]
[Finished]

Trying to run an autocert program in Sublime text.尝试在 Sublime 文本中运行自动认证程序。 It's probably a simple fix, but I can't find it.这可能是一个简单的修复,但我找不到它。

Seems like you don't have mxmlc installed.好像您没有安装mxmlc You can use npm to install it:您可以使用npm来安装它:

npm install mxmlc -g

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Javascript语法错误不确定我在做什么错 - Javascript syntax error not sure what I am doing wrong 不确定我在二进制搜索中做错了什么 - Not sure what I am doing wrong in binary search 不知道我在做什么错-获取不是函数错误 - Not sure what I am doing wrong - getting is not a function errors 未捕获到的SyntaxError:意外令牌)不确定我在做什么错? - Uncaught SyntaxError: Unexpected token ) not sure what am i doing wrong? 弄乱动态下拉菜单。 我究竟做错了什么? - Messing up the dynamic dropdown. What am I doing wrong? 我做错了什么? - What i am doing wrong? 此代码不断返回 (names[i]) 的“未定义”。 我究竟做错了什么? - This code keeps returning 'undefined' for (names[i]). what am I doing wrong? setAttribute无法正常工作。 不确定我到底做错了什么(我对js很新) - setAttribute not working correctly. Not sure what exactly I am doing wrong (Im pretty new to js) Javascript 中的 Nan 错误 - 我做错了什么? - Nan error in Javascript - what am I doing wrong? 当我在 React useState 中更新数组时,它一直默认为初始 state。 我究竟做错了什么? - When I am updating an array in React useState, it keeps defaulting to the initial state. What am I doing wrong?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM