Help! installed away3D now I can't compile!

So I installed away 3d to test it to see if this is something I wanted to add to my project and when I tried to compile I ended with with this:

/usr/local/lib/haxe/lib/openfl/2,2,4/openfl/display3D/textures/CubeTexture.hx:57: characters 32-50 : openfl.display.BitmapData has no field __image
/usr/local/lib/haxe/lib/openfl/2,2,4/openfl/display3D/textures/RectangleTexture.hx:55: characters 27-45 : openfl.display.BitmapData has no field __image
/usr/local/lib/haxe/lib/openfl/2,2,4/openfl/display3D/textures/Texture.hx:62: characters 27-45 : openfl.display.BitmapData has no field __image

Disregard, I ran

haxelib update

and that fixed everything.