mirror of
https://github.com/wekan/wekan.git
synced 2025-12-27 20:58:48 +01:00
Updated Install source without sudo on Linux (markdown)
parent
82501facff
commit
a8a75f1c42
1 changed files with 7 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue