-
Notifications
You must be signed in to change notification settings - Fork 511
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
npx tsdx create fails with 0.10 #255
Comments
I think I've having the same issue. Easy way to reproduce, for me, was to run:
But I also get the same error running If, instead, I run However, doing Bottom line, it seems that having |
Same error here: $ npx tsdx create tsdx-demo
Cannot find module 'typescript'
Using |
I am having the same issue with getting the error |
Thanks for the reports. on it. |
Current Behavior
npx tsdx create mylib
fails (before template prompt)Expected behavior
npx tsdx create mylib
worksSuggested solution(s)
npx tsdx@0.9 create mylib
Your environment
The text was updated successfully, but these errors were encountered: