-
Notifications
You must be signed in to change notification settings - Fork 167
The "path" argument must be of type string. Received type undefined @1.3.0 #89
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
Comments
Having the same issue here with a cloud build deployment. |
When I add |
I got the same error, and I fixed with the following flag at the start script.
I guess @timswalling you need to enclose the |
I guess we would need a release with it, because at the moment, it also fails when we deploy on Google Functions with the same error. |
I'm sorry for this bad release. I'll make a new release soon. In the mean time, you can remove functions-framework as a dependency in your |
Uh oh!
There was an error while loading. Please reload this page.
I notice the problem at version 1.3.0. At version 1.2.1 the command runs normally.
My system is MacOS 10.14.6, with Node 10.16.3 installed with Homebrew.
The text was updated successfully, but these errors were encountered: