|
|
|
@ -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 v14.15.4. Install and activate it with: |
|
|
|
|
At the time of writing this is v14.16.0. Install and activate it with: |
|
|
|
|
|
|
|
|
|
```bash |
|
|
|
|
nodenv install 14.15.4 |
|
|
|
|
nodenv global 14.15.4 |
|
|
|
|
nodenv install 14.16.0 |
|
|
|
|
nodenv global 14.16.0 |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
## Verify your installation |
|
|
|
@ -115,11 +115,8 @@ ruby 2.7.2p137 (2020-03-31 revision a0c7c23c9c) [x86_64-darwin16] |
|
|
|
|
$ bundler --version |
|
|
|
|
Bundler version 2.1.4 |
|
|
|
|
|
|
|
|
|
node --version |
|
|
|
|
v14.15.4 |
|
|
|
|
|
|
|
|
|
npm --version |
|
|
|
|
7.5.3 |
|
|
|
|
$ node --version |
|
|
|
|
14.16.0 |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
# Install OpenProject |
|
|
|
|