Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Cannot find module 'ts-node' #130

Closed
osyrisrblx opened this issue Aug 4, 2021 · 1 comment
Closed

Error: Cannot find module 'ts-node' #130

osyrisrblx opened this issue Aug 4, 2021 · 1 comment

Comments

@osyrisrblx
Copy link

Hi,

I got a dependabot PR to update typescript-transform-paths for my repository. It looks like it's trying to require ts-node, but I do not use that in my project, I use ttypescript.

https://github.com/roblox-ts/roblox-ts/pull/1546/checks?check_run_id=3238321112#step:6:16

@nonara
Copy link
Collaborator

nonara commented Aug 5, 2021

This threw me for a second. The require is wrapped in try ... catch. Looks like a type import at the top slipped through and imported the full const, however. Should be fixed in v3.2.1

Thanks for letting me know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants