docs: fix Linux dependency setup by adding Node.js instruction

This commit is contained in:
Darya 2025-02-11 13:34:22 +03:00 committed by GitHub
parent 7ad3f717b4
commit 135f7dd9b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,6 +13,7 @@ Install the dependencies Node.js, yarn, hardhat.
```shell
# node >=12.18
sudo apt install npm
sudo apt install nodejs
sudo npm install --global yarn
sudo npm install --global hardhat
```