Trouble importing haxelib libraries

I updated my openfl and lime versions to the latest, and now some of my haxelib libraries are failing to import. My project.xml file has the libraries I need to use, but when I try to build, as soon as I get to one of my import statements for those libraries I get an error saying something like “Type not found: myLibrary.myFile”.

I’ve tried reinstalling the libraries through haxelib, making sure nothing seems odd. I can still use the actuate library as normal, but for some reason not the other ones. Any help would be appreciated.

This could be “haxelib.json” dependencies, which may reference a different version.

Try haxelib path (name of library) for anything in question, and see if it works

(for example haxelib path flixel)

Sometimes that helps reveal any hidden issues