Issue with android app deploy

Hi there,

I am trying to deploy my Meteor application bundle to my server.

Everything went well as per the instructions, until I ran the below command…

“node main.js”.

I am getting the below error, not sure how to fix this error…

/Users/karthikramia/pesuapk/bundle/programs/server/boot.js:49
const { pause } = require("./debug.js");
^

SyntaxError: Unexpected token {
at exports.runInThisContext (vm.js:53:16)
at Module._compile (module.js:373:25)
at Object.Module._extensions…js (module.js:416:10)
at Module.load (module.js:343:32)
at Function.Module._load (module.js:300:12)
at Module.require (module.js:353:17)
at require (internal/module.js:12:17)
at Object. (/Users/karthikramia/pesuapk/bundle/main.js:4:1)
at Module._compile (module.js:409:26)
at Object.Module._extensions…js (module.js:416:10)

Which version of node is running on your server where you run node main.js?