【问题标题】:Error: Failed with error: No such Project : polymod错误:失败并出现错误:没有这样的项目:polymod
【发布时间】:2021-07-17 14:24:24
【问题描述】:

我正在尝试制作一个 Friday Night Funkin' mod,但是当我编译它时,出现了这个错误:

Error: Could not find haxelib "polymod", does it need to be installed?

所以我当然尝试安装它,但后来出现了:

Error: Failed with error: No such Project : polymod

顺便说一句,我使用此命令(至少尝试)安装 polymod:

haxelib install polymod

谢谢

【问题讨论】:

    标签: haxe haxeflixel haxelib


    【解决方案1】:

    几周前,Polymod is now available on HaxeLib

    以下命令(以前不起作用)现在是安装 Polymod 的正确方法:

    haxelib install polymod
    

    【讨论】:

      【解决方案2】:

      或者,如果您使用的是 Lix,那就是 :)

      lix install gh:larsiusprime/polymod
      

      【讨论】:

        【解决方案3】:

        该库未发布到 lib.haxe.org,这就是 haxelib install 不起作用的原因。根据official build instructions,正确的命令是:

        haxelib git polymod https://github.com/larsiusprime/polymod.git
        

        【讨论】:

        • 谢谢,它与 polymod 一起工作,但现在它告诉我安装 discord_rpc,它显示相同的错误
        • 也许使用我链接的构建说明? ;)
        • 好吧,我在 github 上找不到它的存储库。
        • 什么意思?它列在构建说明中。
        • 您的指示无效,但我找到了出路,现在解决了!谢谢!
        猜你喜欢
        • 1970-01-01
        • 1970-01-01
        • 2015-04-04
        • 2020-08-28
        • 1970-01-01
        • 2011-03-31
        • 1970-01-01
        • 2012-10-26
        • 1970-01-01
        相关资源
        最近更新 更多