I upgraded an app to meteor 1.7.0.3 and am now getting errors when deploying to Galaxy:
Talking to Galaxy servers at https://us-east-1.galaxy-deploy.meteor.com
Preparing to deploy your app...
app/client/main.scss.css: warn: There are some @import rules those are not taking effect as they are required to be in the beginning of the file.
Node#moveTo was deprecated. Use Container#append.
Errors prevented deploying:
While minifying app code:
C:\Users\mhl\AppData\Local\.meteor\packages\standard-minifier-js\2.3.4\plugin.minifyStdJS.os\npm\node_modules\meteor\babel-compiler\node_modules\babylon\lib\index.js:779:15: Unexpected
token (1:82671)
at _class.raise
I’ve tried backing out to meteor 1.6.1,(via meteor --release 1.6.1) but that seems to make no difference.
Do you mind updating to the latest 1.7.1 beta, which includes this fix, to see if the problem goes away? Since you’re on 1.7 already, that should be accomplished fairly easily by running the following from within a Meteor project: