mirror of
https://github.com/wekan/wekan.git
synced 2026-02-27 02:14:06 +01:00
Does not work without -g. Because sudo n 0.10.48 fails without it
parent
131bb8f262
commit
5689e9b586
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ git submodule update
|
|||
|
||||
# Install Node.js 0.10.48
|
||||
sudo apt install build-essential nodejs nodejs-legacy npm git curl
|
||||
sudo npm install n
|
||||
sudo npm -g install n
|
||||
## if the previous fails (and asks you to run as sudo) just rm /home/<username>/node_modules and retry
|
||||
sudo n 0.10.48
|
||||
sudo npm -g install npm@latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue