Skip to content

Commit 426ce55

Browse files
committed
device sdk support for node 12
1 parent 0b109ce commit 426ce55

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

includes/iot-develop-send-telemetry-iot-hub-node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Install the following prerequisites on your development machine except where not
2424

2525
- If you don't have an Azure subscription, [create one for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
2626
- [Git](https://git-scm.com/downloads).
27-
- [Node.js](https://nodejs.org) version 10 or later. To check your node version run `node --version`.
27+
- [Node.js](https://nodejs.org) version 12 or later. To check your node version run `node --version`.
2828
- [Azure IoT Explorer](https://github.com/Azure/azure-iot-explorer/releases): Cross-platform, GUI-based utility to monitor and manage Azure IoT. If you're using Raspberry Pi as your development platform, we recommend that you install IoT Explorer on another computer. If you don't want to install IoT Explorer, you can use Azure CLI to perform the same steps.
2929
- Azure CLI. You have two options for running Azure CLI commands in this quickstart:
3030
- Use the Azure Cloud Shell, an interactive shell that runs CLI commands in your browser. This option is recommended because you don't need to install anything. If you're using Cloud Shell for the first time, log into the [Azure portal](https://portal.azure.com). Follow the steps in [Cloud Shell quickstart](../articles/cloud-shell/quickstart.md) to **Start Cloud Shell** and **Select the Bash environment**.

includes/quickstart-control-device-node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This quickstart uses two Node.js applications: a simulated device application th
1515

1616
* An Azure account with an active subscription. [Create one for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio).
1717

18-
* [Node.js 10+](https://nodejs.org).
18+
* [Node.js 12+](https://nodejs.org).
1919

2020
You can verify the current version of Node.js on your development machine using the following command:
2121

0 commit comments

Comments
 (0)