Create apk using meteor cloud server/farm build

Im getting this error

meteor@ip-172-31-44-122:~/happy$ meteor build --directory sexy --server localhost:300
/bin/bash: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8)
Error while building for mobile platforms: Errors prevented bundling:
While building the application:
sexy/bundle/programs/server/npm/webapp/node_modules/connect/node_modules/multiparty/examples/azureblobstorage.js:38:2: Unexpected token )
sexy/bundle/programs/server/npm/webapp/node_modules/useragent/node_modules/lru-cache/test/memory-leak.js:1:15: Unexpected token ILLEGAL
sexy/bundle/programs/server/npm/logging/node_modules/cli-color/test/__playground/throbber.formatted.js:1:15: Unexpected token ILLEGAL
sexy/bundle/programs/server/npm/logging/node_modules/cli-color/test/__playground/throbber.js:1:15: Unexpected token ILLEGAL
sexy/bundle/programs/server/npm/webapp/node_modules/useragent/bin/testfiles.js:1:15: Unexpected token ILLEGAL
sexy/bundle/programs/server/npm/webapp/node_modules/useragent/bin/update.js:1:15: Unexpected token ILLEGAL
sexy/bundle/programs/web.browser/head.html:1: bad formatting in HTML template

meteor@ip-172-31-44-122:~/happy$ ls           
happy.css  happy.html  happy.js  sexy
meteor@ip-172-31-44-122:~/happy$ 

what’s wrong?

https://www.meteor.com/services/build

meteor create happy

then proceeded directly to

meteor build

what’s wrong?