Update nodejs version to 10.13.0
This commit is contained in:
parent
d05a7c4291
commit
db068dbc3b
@ -5,7 +5,7 @@ Install Node.js for Javascript auto-completion in Vim 8.
|
|||||||
## Install binary release from repositories
|
## Install binary release from repositories
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
wget -qO nodejs.tar.xz https://nodejs.org/dist/v8.11.2/node-v8.11.2-linux-x64.tar.xz \
|
wget -qO nodejs.tar.xz https://nodejs.org/dist/v10.13.0/node-v10.13.0-linux-x64.tar.xz \
|
||||||
&& tar -C $HOME/.local/ -xf nodejs.tar.xz \
|
&& tar -C $HOME/.local/ -xf nodejs.tar.xz \
|
||||||
&& rm -rf $HOME/.local/nodejs \
|
&& rm -rf $HOME/.local/nodejs \
|
||||||
&& mv $HOME/.local/node* $HOME/.local/nodejs \
|
&& mv $HOME/.local/node* $HOME/.local/nodejs \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user