1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/rocketchat_ynh.git synced 2024-09-03 20:16:25 +02:00

Fix nodejs installation

This commit is contained in:
Selamanse 2018-10-03 21:08:41 +02:00
parent ccff56b512
commit 6b778d6fd3

View file

@ -33,7 +33,7 @@ waitforservice() {
installnode(){
sudo apt-get install -y npm
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
# Meteor needs at least this version of node to work.
sudo npm install -g n
sudo n $NODE_VERSION