-
Notifications
You must be signed in to change notification settings - Fork 75
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
TypeError [ERR_INVALID_ARG_TYPE]: The "options.filename" property must be of type string. Received type object #55
Comments
same issue happens on node v10.1.0, grpcc @1.1.3 grpc@1.11.3 |
I have an issue as well, when using
Error message the same |
I am also getting same- |
try this patch tulequ@e424f74 |
@mrlequoctuan your fork works nicely, but you have issues disabled. are you planning to release on npm? |
@aep Enabled Currently, I have no plan to release on npm |
Using node 8 seems to be a valid workaround |
Your fork saves the day for me! It also fixed unary callback (broken in 1.1.3 here). Thank you! |
For anyone using the
|
Why is this still not merged or fixed? |
this is not how you use eval?
the same works fine with interactive mode
The text was updated successfully, but these errors were encountered: