Closed JosuGZ closed 1 year ago
My build is failing due not having typescript installed. Installing typescript (npm install typescript) causes another issue.
npm install typescript
Could a package-lock.json be added? And can anybody share which exact version of typescript will work?
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.
Fixed with https://github.com/InfiniTimeOrg/InfiniTime/pull/1863
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?