Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用 Node.js v12.x 来构建和部署,但它使用 14.15.1:
Using Node version: v14.15.1 Using Npm version: 6.14.8
您可以通过 Azure CLI 设置所需的 node.js 版本: az webapp config set --resource-group <resource-group-name> --name <app-name> --linux-fx-version "NODE|12.X"
az webapp config set --resource-group <resource-group-name> --name <app-name> --linux-fx-version "NODE|12.X"
有关详细信息,请参阅https://docs.microsoft.com/de-de/azure/app-service/configure-language-nodejs?pivots=platform-linux#set-nodejs-version