Skip to content

Commit 00cc65a

Browse files
committed
fix(doc): NodeJS and NPM versions, NVM usage (Fixes #2929) [skip ci]
1 parent 355e1c9 commit 00cc65a

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
lts/*

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ It is currently localized in following 28 languages:
3838
* (cs) čeština (Czech)
3939
* (ar) عَرَبِيّ (Arabic)
4040

41-
Since february 2025 we use Weblate project Thorium as the main tool for localisation. The following bar chart shows the translation status that is available from weblate.
41+
Since february 2025 we use Weblate project Thorium as the main tool for localisation. The following bar chart shows the translation status that is available from weblate.
4242

4343
<a href="https://hosted.weblate.org/engage/thorium-reader/">
4444
<img src="https://hosted.weblate.org/widget/thorium-reader/thorium-reader-translation/horizontal-auto.svg" alt="Translation status" />
@@ -52,8 +52,11 @@ More information on translation process can be found in the dedicated [translati
5252

5353
## Prerequisites
5454

55-
1) NodeJS 18 (check with `node --version`)
56-
2) NPM 9 (check with `npm --version`)
55+
1) NodeJS 22 (check with `node --version`)
56+
2) NPM 11 (check with `npm --version`)
57+
58+
59+
**TIP**: the default version of NPM that ships with the NodeJS installer may be slightly old, so make sure to update with `npm i -g npm@latest`, or `nvm install-latest-npm` if you are an NVM user.
5760

5861
## Technologies
5962

0 commit comments

Comments
 (0)