1

I'm installing HaxeFlixel by the Getting Started guide (http://haxeflixel.com/documentation/getting-started/).

When I type haxelib install lime, it return:

You already have lime version 1.0.1 installed [file_contents,C:\Program Files\Stencyl\plaf\haxe\lib/lime/.current]

and nothing happened.

I also uninstalled Stencyl program but it still return that although the C:\Program Files\Stencyl\... doesn't exist.

Alexander L. Hayes
  • 3,892
  • 4
  • 13
  • 34
phqb
  • 351
  • 3
  • 14

2 Answers2

2

I would like to say that in comment but have not enougth reputation...

You can try haxelib path lime to see the path where is lime. If it's tell you that it's already in your computer then this should already work.

You can also, check your haxelib path, by typing haxelib config this will tell you the directory setup for the libraries.

But you can also do haxelib remove lime, to remove the previous version of lime on your computer. And then try to reinstall it. Like that, you are starting with a brand new lime installation.

Maxime Mangel
  • 1,906
  • 16
  • 18
1

I found out an file in the folder C:\Users\YourUserHere.haxelib delete it and you should be good to go.

Diow
  • 11
  • 1
  • if he do that, will the OP be able to run the command `haxelib install lime` again? – Guilherme David da Costa Oct 29 '14 at 19:09
  • 1
    Yes, it happens that this ".haxelib" file somehow contained a path to the inexistent stencyl folder. I had the same problem: 1. type `haxelib remove lime` 2. delete the C:\Users\YourUserHere\.haxelib 3. run the command `haxelib install lime` 4. to confirm type `haxelib path lime` it should be in a folder that is not the stencyl one – Diow Oct 29 '14 at 20:53