-
Notifications
You must be signed in to change notification settings - Fork 441
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
npm install fails and node version is different in kudu/DebugConsole vs webhost/ssh #7485
Comments
Hi @DVGY, Thank you for reaching out to us, checking internally on this issue. |
@DVGY - Please fill out details requested in the issue template. To better assist we need following info:
See here for instructions on how to set node version |
@pragnagopa Thanks for very fast response. I actually did npm install in kudu console` so it created node js package bindings using node v14. But the Function actually run in v12 Container. So it was failing to run (canvas npm package) I read your docs link Will the above command update the general settings in the Function App or directly the kudu node version ? Can you also direct me towards how to recover the deleted Function App code or least see the code so that I can copy. I read your docs, and it said it is stored somewhere for 30 day. For now I solved the issues by creating a new Function App with node 14 LTS. |
For Linux,
If you have access to storage account that was attached to your function app, you can download content directly from storage account. Please open a separate issue if you need further assistance. |
@pragnagopa Thanks alot I will be opening a new issue for this. |
Is your question related to a specific version? If so, please specify:
Azure function runtime ~3
What language does your question apply to? (e.g. C#, JavaScript, Java, All)
Node js
Question
Why in kudu console node version is different ?
Please help to resolve this.
The text was updated successfully, but these errors were encountered: