mirror of
https://github.com/wekan/wekan.git
synced 2026-02-17 21:48:07 +01:00
Add npm cleanup
parent
8fe6a1c36b
commit
9804835e65
1 changed files with 5 additions and 0 deletions
|
|
@ -129,6 +129,10 @@ curl https://install.meteor.com/ | sh
|
|||
### Install and Build Wekan
|
||||
|
||||
```bash
|
||||
# If you get build errors, clean old node modules
|
||||
sudo rm -rf /usr/local/lib/node_modules
|
||||
sudo rm -rf ~/.npm
|
||||
|
||||
# Download Wekan
|
||||
git clone https://github.com/wekan/wekan
|
||||
cd wekan
|
||||
|
|
@ -146,6 +150,7 @@ sudo npm -g install n
|
|||
sudo n 4.8.1
|
||||
sudo npm -g install npm@latest
|
||||
sudo npm -g install node-gyp
|
||||
sudo npm -g install node-pre-gyp
|
||||
sudo npm -g install fibers
|
||||
|
||||
# install wekan npm dependancies
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue