From a8a75f1c42e7aa8021089312bde65aca80274a0b Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Tue, 25 Jul 2017 18:29:38 +0300 Subject: [PATCH] Updated Install source without sudo on Linux (markdown) --- Install-source-without-sudo-on-Linux.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Install-source-without-sudo-on-Linux.md b/Install-source-without-sudo-on-Linux.md index f015e68..bbe4f7c 100644 --- a/Install-source-without-sudo-on-Linux.md +++ b/Install-source-without-sudo-on-Linux.md @@ -40,13 +40,18 @@ else export PATH=~/.npm-global/bin:$PATH fi -# Install packages globally to local ~/.npm-global directory +``` + +## Install packages globally to local ~/.npm-global directory + +``` npm -g install n npm -g install npm@4.6.1 npm -g install node-gyp npm -g install node-pre-gyp npm -g install fibers@1.0.15 +``` -# Install meteor +## Install meteor Continue at [Install from source](https://github.com/wekan/wekan/wiki/Install-and-Update#install-manually-from-source)