- Update dependencies. But this Meteor 1.8.x version still does not work

because of tap:18n bug.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2018-12-28 17:20:34 +02:00
parent 03fbc1cd70
commit 89d0da5eee
5 changed files with 24 additions and 24 deletions

View file

@ -102,7 +102,7 @@ do
npm_call -g install npm
npm_call -g install node-gyp
# Latest fibers for Meteor 1.6
npm_call -g install fibers@2.0.0
npm_call -g install fibers@3.1.1
# Install Meteor, if it's not yet installed
curl https://install.meteor.com | bash
break