docs: node 16 in debian and generic (#6077)
This commit is contained in:
@@ -67,7 +67,7 @@ wget -q -O - https://getcomposer.org/installer | sudo php -- --install-dir=/usr/
|
||||
**Node.js:** Install node.js with package manager.
|
||||
|
||||
```sh
|
||||
wget -q -O - https://deb.nodesource.com/setup_14.x | sudo bash -
|
||||
wget -q -O - https://deb.nodesource.com/setup_16.x | sudo bash -
|
||||
sudo apt install -y nodejs
|
||||
```
|
||||
|
||||
|
||||
@@ -56,7 +56,7 @@ php composer-setup.php --install-dir=/usr/local/bin/ --filename=composer
|
||||
php -r "unlink('composer-setup.php');"
|
||||
```
|
||||
|
||||
**Node.js:** Install node.js 14+ minimum
|
||||
**Node.js:** Install node.js 16+ minimum
|
||||
|
||||
|
||||
**Yarn:** Install yarn using npm
|
||||
|
||||
Reference in New Issue
Block a user