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:07:27 +02:00
parent fe049c1ec2
commit 2f28aaf8a4

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