PAIR-code/megaplot

Import ts-node and resolve Karma conflict

Open

#91 opened on Mar 14, 2023

View on GitHub
 (0 comments) (0 reactions) (0 assignees)TypeScript (3 forks)auto 404
buggood first issuehelp wanted

Repository metrics

Stars
 (21 stars)
PR merge metrics
 (PR metrics pending)

Description

Currently, to run the generate-code.ts script, one has to manually install the ts-node package. It is not automatically installed, because it conflicts with Karma.

Somehow we should resolve this conflict so that generating the SpriteView code does not require any special install steps.

Contributor guide