Skip to content

Commit 76406e6

Browse files
Simona CotinGlenn Gailey
authored andcommitted
Update to check node version
This command should check for required node version not npm
1 parent ad1585b commit 76406e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-create-first-function-vs-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Before you get started, make sure you have the following requirements in place:
2020
+ An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio).
2121

2222
::: zone pivot="programming-language-csharp,programming-language-powershell,programming-language-python"
23-
+ [Node.js](https://nodejs.org/), required by Windows for npm. Only [Active LTS and Maintenance LTS versions ](https://nodejs.org/about/releases/). Use the `npm --version` command to check your version.
23+
+ [Node.js](https://nodejs.org/), required by Windows for npm. Only [Active LTS and Maintenance LTS versions](https://nodejs.org/about/releases/). Use the `node --version` command to check your version.
2424
Not required for local development on macOS and Linux.
2525
::: zone-end
2626
::: zone pivot="programming-language-javascript,programming-language-typescript"

0 commit comments

Comments
 (0)