-
Notifications
You must be signed in to change notification settings - Fork 64
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: Arguments to path.resolve must be string Use --force to continue. #46
Comments
I am having the same problem using almost same code as above.
Hope it helps. |
I managed to get the task running without errors in grunt by defining a task and running dts-generator programatically:
I'm getting package-name.d.ts generated, but it's completely empty. |
Thanks @janakerman , we'll look at this as soon as possible (unfortunately probably not until next week) |
@janakerman I'm seeing the same error, loading tasks using |
@janakerman @dylans The error occurs when the |
@simonrobb - Thanks for looking into that! |
I'm getting the following error:
I've followed the grunt task setup described on your page modifying it slightly to fit my use-case but I'm having no luck:
My TS is compiling as expected into
build/src
.The text was updated successfully, but these errors were encountered: