mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
Merge pull request #23588 from opf/code-maintenance/angular-22
[OP-19470] Upgrade Angular to v22
This commit is contained in:
@@ -161,11 +161,11 @@ git clone https://github.com/nodenv/node-build.git $(nodenv root)/plugins/node-b
|
||||
|
||||
You can find the latest LTS version here: [nodejs.org/en/download/](https://nodejs.org/en/download/)
|
||||
|
||||
At the time of writing this is v22.21.0 Install and activate it with:
|
||||
At the time of writing this is v22.22.3 Install and activate it with:
|
||||
|
||||
```shell
|
||||
nodenv install 22.21.0
|
||||
nodenv global 22.21.0
|
||||
nodenv install 22.22.3
|
||||
nodenv global 22.22.3
|
||||
nodenv rehash
|
||||
```
|
||||
|
||||
@@ -187,10 +187,10 @@ bundler --version
|
||||
4.0.9
|
||||
|
||||
node --version
|
||||
v22.21.0
|
||||
v22.22.3
|
||||
|
||||
npm --version
|
||||
10.5.0
|
||||
10.9.8
|
||||
```
|
||||
|
||||
## Install OpenProject Sources
|
||||
|
||||
@@ -115,11 +115,11 @@ nodenv init
|
||||
|
||||
You can find the latest LTS version here: [nodejs.org/en/download](https://nodejs.org/en/download/)
|
||||
|
||||
At the time of writing this is v22.21.0. Install and activate it with:
|
||||
At the time of writing this is v22.22.3. Install and activate it with:
|
||||
|
||||
```shell
|
||||
nodenv install 22.21.0
|
||||
nodenv global 22.21.0
|
||||
nodenv install 22.22.3
|
||||
nodenv global 22.22.3
|
||||
```
|
||||
|
||||
#### Update NPM to the latest version
|
||||
@@ -140,10 +140,10 @@ $ bundler --version
|
||||
4.0.3
|
||||
|
||||
node --version
|
||||
v22.21.0
|
||||
v22.22.3
|
||||
|
||||
npm --version
|
||||
10.5.0
|
||||
10.9.8
|
||||
```
|
||||
|
||||
## Install OpenProject
|
||||
|
||||
@@ -145,7 +145,7 @@ time to finish.
|
||||
To check our Node installation we run `node --version`. It should output something very similar to:
|
||||
|
||||
```text
|
||||
v22.21.0
|
||||
v22.22.3
|
||||
```
|
||||
|
||||
## Installation of OpenProject
|
||||
|
||||
Reference in New Issue
Block a user