Skip to content

Commit

Permalink
docs(build): change NodeJS version in BUILD.md to v18.18.2
Browse files Browse the repository at this point in the history
- Update the NodeJS version in BUILD.md what caused type error in corepack
and prevented yarn from installing packages correctly.
Error message when using node 16: Type Error: URL.canParse is not a function

Co-authored-by: Peter Somogyvari <peter.somogyvari@accenture.com>

Signed-off-by: Tomasz Awramski <tomasz.awramski@fujitsu.com>
Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
  • Loading branch information
rwat17 authored and petermetz committed Mar 2, 2024
1 parent 4ca792d commit 5a0ebb4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@ The `npm run watch` script in action:
* Windows Only
* WSL2 or any virtual machine running Ubuntu 20.04 LTS
* Git
* NodeJS v16.14.2, npm v8.5.0 (we recommend using the Node Version Manager (nvm) if available for your OS)
* NodeJS v18.18.2, npm v8.5.0 (we recommend using the Node Version Manager (nvm) if available for your OS)
```
nvm install 16.14.2
nvm use 16.14.2
nvm install 18.18.2
nvm use 18.18.2
```
* Yarn
* `npm run enable-corepack` (from within the project directory)
Expand Down

0 comments on commit 5a0ebb4

Please sign in to comment.