mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Add sudo where needed.
parent
3cc0f293cc
commit
cd6f0526c2
1 changed files with 5 additions and 5 deletions
|
|
@ -142,12 +142,12 @@ cd wekan
|
|||
|
||||
# Install Node.js 0.10.48
|
||||
sudo apt install build-essential nodejs nodejs-legacy npm git curl
|
||||
npm install n
|
||||
sudo npm install n
|
||||
## if the previous fails (and asks you to run as sudo) just rm /home/<username>/node_modules and retry
|
||||
n 0.10.48
|
||||
npm install npm@latest
|
||||
npm install node-gyp
|
||||
npm install fibers
|
||||
sudo n 0.10.48
|
||||
sudo npm install npm@latest
|
||||
sudo npm install node-gyp
|
||||
sudo npm install fibers
|
||||
|
||||
# install wekan npm dependancies
|
||||
npm install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue