ink
ink copied to clipboard
Import vs. require?
Upon installing the latest version, I ran into errors with it using 'require' instead of 'import'. After changing all of them, I'm now presented with an Error: Cannot find module './ui' . This is from the version when first installing ink & react via - npx create-ink-app
Possibly related to #468?
Not exactly sure what's going on here. It would help a lot if you could provide a minimal reproduction.