2

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

neksodebe
  • 65
  • 8

3 Answers3

1

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
Gama11
  • 31,714
  • 9
  • 78
  • 100
0

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

lix install gh:larsiusprime/polymod
Richard Oliver Bray
  • 1,043
  • 13
  • 20
0

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
EliteMasterEric
  • 180
  • 2
  • 11