InfiniTimeOrg / InfiniSim

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

Typescript not installed #123

Closed JosuGZ closed 1 year ago

JosuGZ commented 1 year 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 1 year 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 1 year ago

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