jcoreio / crater

Meteor/Webpack/React SSR app skeleton that runs your app code outside of Meteor Isobuild
ISC License
82 stars 10 forks source link

How to upgrade #84

Closed shijunti19 closed 7 years ago

shijunti19 commented 7 years ago

How to upgrade METEOR@1.4.2

jedwards1211 commented 7 years ago

The meteor folder is a normal meteor project so you can run all the usual meteor commands in it. Just do

cd meteor
meteor update

I'll set off a build with the latest meteor packages to make sure it all works.

jedwards1211 commented 7 years ago

Rats, they've done something janky with node modules for babel-runtime in 1.4.2 and it doesn't work yet. Let me look into it...

jedwards1211 commented 7 years ago

Okay, pull from the master branch and it should work now.