Error: Failed with error: No such Project : polymod

2.3k views Asked by At

I am trying to make a Friday Night Funkin' mod, but when I compile it, this error shows up:

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

So of course I tried to install it, but then this showed up:

Error: Failed with error: No such Project : polymod

Btw I used this command to (at least try) to install polymod:

haxelib install polymod

Thanks

3

There are 3 answers

0
EliteMasterEric On BEST ANSWER

As of a few weeks ago, Polymod is now available on HaxeLib.

The following command (which previously did not work) is now the CORRECT way to install Polymod:

haxelib install polymod
0
Richard Oliver Bray On

Or if you're using Lix it's be :)

lix install gh:larsiusprime/polymod
6
Gama11 On

The library is not published to lib.haxe.org, which is why haxelib install doesn't work. According to the official build instructions, the correct command is:

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