From 0f8d150105085ab80399d491c1b44aaee13e42de Mon Sep 17 00:00:00 2001 From: Brian Dixon Date: Fri, 24 Apr 2020 12:59:08 +0800 Subject: [PATCH] Fix Typo in AWS deployment documentation Following the instructions to install Node.js with npm will result in node version 10 being installed instead of version 12. Signed-off-by: bjdixon --- docs/3.0.0-beta.x/deployment/amazon-aws.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/3.0.0-beta.x/deployment/amazon-aws.md b/docs/3.0.0-beta.x/deployment/amazon-aws.md index e783e4e358..b099f265c4 100644 --- a/docs/3.0.0-beta.x/deployment/amazon-aws.md +++ b/docs/3.0.0-beta.x/deployment/amazon-aws.md @@ -211,7 +211,7 @@ Strapi currently supports `Node.js v12.x.x`. The following steps will install No ```bash cd ~ -curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash - +curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash - ... sudo apt-get install nodejs ...