-
Notifications
You must be signed in to change notification settings - Fork 48
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
nodejs sample build fail #134
Comments
@webup Would you give some lights on this? :) |
@benjaminhuo I add .npmrc to the folder
then it runs okay. but I encounter another error, dapr sidecar start error when I invoke the function by external address. my binding is the same with my go function, and my go function runs okay.
my function.yaml is:
my js code:
and at last my package.json is:
I can invode the binding through endpoints of node-bind-http-default-dapr service:
can you give some suggestions? |
I can invoke the node-bind-http-default-dapr service:
|
I think there's sth wrong with my openfunction edittion v0.6.0. I find samples:v0.6.0 has no node-output-binding sample. so it may be the reason. but I use helm, and the latest version in helm is v0.6.0. should I upgrade by another way? @benjaminhuo |
okay, I found the chart repo. So I will follow the readme doc first. So must I upgrade step by step? 0.6 -> .07, 0.7->0.8, 0.8->1.0 |
maybe I should set the npm source
https://registry.npm.taobao.org
, but how to?function.yaml
The text was updated successfully, but these errors were encountered: