Skip to content

Commit a004d49

Browse files
author
Dave Conway-Jones
committed
point some of the sub-docs (aws, azure, windows) to node12
1 parent 45eb456 commit a004d49

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/getting-started/aws.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ You will be asked if you wish to use ssh. If you do, please ensure you have ssh
5959
"node": "10.x"
6060
},
6161
"dependencies": {
62-
"node-red": "0.20.x",
62+
"node-red": "1.1.x",
6363
"aws-sdk": "2.4.x",
6464
"node-red-contrib-storage-s3": "0.0.x",
6565
"when": "3.7.x"
@@ -135,7 +135,7 @@ Follow the AWS guide for [connecting to your instance](http://docs.aws.amazon.co
135135

136136
Once logged in you need to install node.js and Node-RED
137137

138-
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
138+
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
139139
sudo apt-get install -y nodejs build-essential
140140
sudo npm install -g --unsafe-perm node-red
141141

docs/getting-started/azure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ previous stage.
4747

4848
Once logged in you need to install node.js and Node-RED
4949

50-
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
50+
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
5151
sudo apt-get install -y nodejs build-essential
5252
sudo npm install -g --unsafe-perm node-red
5353

docs/getting-started/windows.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This page gives specific instructions on setting up Node-RED in a Microsoft Wind
1717

1818
#### 1. Install Node.js
1919

20-
Download the latest 10.x LTS version of Node.js from the official [Node.js home page](https://nodejs.org/en/). It will offer you the best version for your system.
20+
Download the latest 12.x LTS version of Node.js from the official [Node.js home page](https://nodejs.org/en/). It will offer you the best version for your system.
2121

2222
Run the downloaded MSI file. Installing Node.js requires local administrator rights; if you are not a local
2323
administrator, you will be prompted for an administrator password on install. Accept the defaults when installing. After installation completes, close any open command prompts and re-open to ensure new environment variables
@@ -31,8 +31,8 @@ Using cmd: `node --version && npm --version`
3131

3232
You should receive back output that looks similar to:
3333

34-
v10.16.3
35-
6.11.3
34+
v12.15.0
35+
6.14.5
3636

3737
#### 2. Install Node-RED
3838

0 commit comments

Comments
 (0)