mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-07-02 23:54:28 -06:00
contributing.md: install node v10 instead of v8
This commit is contained in:
parent
9c8c8dc0c2
commit
51498a3fe6
@ -19,7 +19,7 @@ You need node.js and npm.
|
|||||||
To install them on Debian-based systems:
|
To install them on Debian-based systems:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
|
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
|
||||||
sudo apt-get install -y nodejs
|
sudo apt-get install -y nodejs
|
||||||
echo -e "nodejs version:\t$(nodejs -v) \nnpm version:\t$(npm -v)"
|
echo -e "nodejs version:\t$(nodejs -v) \nnpm version:\t$(npm -v)"
|
||||||
# check that you have node.js and npm.
|
# check that you have node.js and npm.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user