SOLVED: Build error with html5 target

Hi all,

Apologies for a potentially stupid problem - I’m very new to the world of programming. I’ve just installed flashdevelop and used the appman to install the latest versions of openfl / lime. Flash and Neko targets are working fine but I am getting the below build error when targeting html5:

Building …
Running Pre-Build Command Line…
cmd: “C:\HaxeToolkit\haxe/haxelib” run lime build “project.xml” html5 -debug -Dfdb
C:/HaxeToolkit/haxe/lib/lime/3,7,4/lime/utils/UInt8Array.hx:6: characters 24-42 : Type not found : js.html.Uint8Array
Build halted with errors.
Done(1)

Sounds a bit like https://github.com/fdorg/flashdevelop/issues/1403. Maybe try reinstalling Haxe with FlashDevelop closed?

Yes that seemed to do the trick. Thank you!