gpt4 book ai didi

node.js - 如何更改 Azure Functions 本地项目中的 Node JS 版本

转载 作者:行者123 更新时间:2023-12-02 06:08:23 28 4
gpt4 key购买 nike

创建了 Azure Functions Node JS 版本 19,据我所知,Azure Functions 尚不支持该版本 Microsoft Documentation .

我知道我们可以更改 Azure Function App 配置中的 Node 版本。但这是部署后的情况。

如何在部署之前在本地解决方案/项目 - VS Code 中将 Node JS 版本从 19 更改为 18?

我尝试检查在本地项目代码中找不到/不可见的两个属性,例如linuxFxVersionWEBSITE_NODE_DEFAULT_VERSION

最佳答案

我通过在 VS Code IDE 中使用本地 Azure Functions 创建最新版本的 Node JS(即 19.5)来重现您的问题:

enter image description here

要更改本地 Azure Function 项目中的 Node JS 版本,您必须从系统中卸载最新版本并安装问题中指定的所需版本的 Node JS 版本为版本 18。

可安装源 - https://nodejs.org/es/blog/release/v18.12.0

然后重新启动 VS Code > 打开 Node JS 版本 19.5 Azure Functions 项目 > 打开终端并使用以下命令:

nvm ls
nvm install 18.12.0
nvm use 18.12.0

enter image description here

关于node.js - 如何更改 Azure Functions 本地项目中的 Node JS 版本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/75720476/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com