Two stage package install
Because it's possible for npm to fail if it has been upgraded
This commit is contained in:
parent
79a26d1a38
commit
c5f7f36078
|
@ -205,7 +205,8 @@ function install_ipfs_js {
|
|||
return
|
||||
fi
|
||||
|
||||
apt-get -y install npm libpam0g-dev fuse
|
||||
apt-get -y install npm
|
||||
apt-get -y install libpam0g-dev fuse
|
||||
|
||||
npm cache clean -f
|
||||
npm install -g n
|
||||
|
|
Loading…
Reference in New Issue