Node.js version note update

This commit is contained in:
Christopher Anderson 2017-02-21 23:24:31 -08:00
parent d85c194a56
commit e2d5d76fac

View File

@ -18,7 +18,7 @@ Serverless is a [Node.js](https://nodejs.org) CLI tool so the first thing you ne
Go to the official [Node.js website](https://nodejs.org), download and follow the [installation instructions](https://nodejs.org/en/download/) to install Node.js on your local machine.
**Note:** Serverless runs on Node v4 or higher.
**Note:** The Azure Functions Serverless Framework plugin requires Node v6.5.0
You can verify that Node.js is installed successfully by runnning `node --version` in your terminal. You should see the corresponding Node version number printed out.