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