InfiniTimeOrg / InfiniSim

Simulator for InfiniTime user interface without needing a PineTime
GNU General Public License v3.0
164 stars 66 forks source link

Typescript not installed #123

Closed JosuGZ closed 10 months ago

JosuGZ commented 11 months ago

My build is failing due not having typescript installed. Installing typescript (npm install typescript) causes another issue.

Could a package-lock.json be added? And can anybody share which exact version of typescript will work?

FintasticMan commented 11 months ago

See InfiniTimeOrg/InfiniTime#1764. There is work being done on a Python port of at least lv_img_conv, to fix a number of issues we've had with Node.

NeroBurner commented 10 months ago

Fixed with https://github.com/InfiniTimeOrg/InfiniTime/pull/1863