From db068dbc3ba02c3ce7c8add9a42e27a9419e585a Mon Sep 17 00:00:00 2001 From: Arif Herusetyo Wicaksono Date: Fri, 9 Nov 2018 23:16:24 +0900 Subject: [PATCH] Update nodejs version to 10.13.0 --- nodejs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodejs.md b/nodejs.md index ab32c2b..1e733c6 100644 --- a/nodejs.md +++ b/nodejs.md @@ -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.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 \ && rm -rf $HOME/.local/nodejs \ && mv $HOME/.local/node* $HOME/.local/nodejs \