From b2a4965f68d1532b3ff0a3281ab9d98dd8dd9008 Mon Sep 17 00:00:00 2001 From: Edoardo Operti Date: Tue, 2 Mar 2021 21:38:01 +0100 Subject: [PATCH] Typo correction in version verification (#9051) * Typo correction in version verification Just changed the npm --version command to the one I suppose is more correct (check node version). * Bump node version to 14.16.0 in README --- docs/development/development-environment-osx/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/development/development-environment-osx/README.md b/docs/development/development-environment-osx/README.md index 9a7a4a6d418d..47faf01262b4 100644 --- a/docs/development/development-environment-osx/README.md +++ b/docs/development/development-environment-osx/README.md @@ -97,11 +97,11 @@ $ nodenv init You can find the latest LTS version here: https://nodejs.org/en/download/ -At the time of writing this is v12.16.1. Install and activate it with: +At the time of writing this is v14.16.0. Install and activate it with: ```bash -nodenv install 12.16.1 -nodenv global 12.16.1 +nodenv install 14.16.0 +nodenv global 14.16.0 ``` ## Verify your installation @@ -115,8 +115,8 @@ ruby 2.7.2p137 (2020-03-31 revision a0c7c23c9c) [x86_64-darwin16] $ bundler --version Bundler version 2.0.2 -$ npm --version -12.16.1 +$ node --version +14.16.0 ``` # Install OpenProject