diff options
author | Chocobozzz <me@florianbigard.com> | 2021-02-04 14:29:24 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-02-04 14:31:18 +0100 |
commit | 9162476fe9fe022ff24bd42ff828aca7c68129ef (patch) | |
tree | 92c13395b0ef057c46e7368b9806067497dcffaa /support/doc/tools.md | |
parent | 3d4e112d16471703f51a542c0cc6e73a6f5db628 (diff) | |
download | PeerTube-9162476fe9fe022ff24bd42ff828aca7c68129ef.tar.gz PeerTube-9162476fe9fe022ff24bd42ff828aca7c68129ef.tar.zst PeerTube-9162476fe9fe022ff24bd42ff828aca7c68129ef.zip |
Support NodeJS 14 and 15, deprecate Node 10
Diffstat (limited to 'support/doc/tools.md')
-rw-r--r-- | support/doc/tools.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/support/doc/tools.md b/support/doc/tools.md index 62ba52111..e6c4c2010 100644 --- a/support/doc/tools.md +++ b/support/doc/tools.md | |||
@@ -39,7 +39,6 @@ You need to follow all the following steps even if you are on a PeerTube server | |||
39 | ### Dependencies | 39 | ### Dependencies |
40 | 40 | ||
41 | Install the [PeerTube dependencies](dependencies.md) except PostgreSQL and Redis. | 41 | Install the [PeerTube dependencies](dependencies.md) except PostgreSQL and Redis. |
42 | PeerTube supports NodeJS 12. | ||
43 | 42 | ||
44 | ### Installation | 43 | ### Installation |
45 | 44 | ||
@@ -348,7 +347,7 @@ $ cd /var/www/peertube/peertube-latest | |||
348 | $ sudo -u peertube NODE_CONFIG_DIR=/var/www/peertube/config NODE_ENV=production npm run plugin:uninstall -- --npm-name peertube-plugin-myplugin | 347 | $ sudo -u peertube NODE_CONFIG_DIR=/var/www/peertube/config NODE_ENV=production npm run plugin:uninstall -- --npm-name peertube-plugin-myplugin |
349 | ``` | 348 | ``` |
350 | 349 | ||
351 | ### REPL ([Read Eval Print Loop](https://nodejs.org/docs/latest-v10.x/api/repl.html)) | 350 | ### REPL (Read Eval Print Loop) |
352 | 351 | ||
353 | If you want to interact with the application libraries and objects even when PeerTube is not running, there is a REPL for that. | 352 | If you want to interact with the application libraries and objects even when PeerTube is not running, there is a REPL for that. |
354 | 353 | ||