You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 14, 2019. It is now read-only.
After prepping and deploying with commands (all successful seemingly) I ran the git push master command which returned this error:
remote: /home/ubuntu/.meteor/packages/meteor-tool/.1.0.41.yumiah++os.linux.x86_64+web.browser+web.cordova/meteor-tool-os.linux.x86_64/dev_bundle/lib/node_modules/fibers/future.js:206
remote: throw(ex);
remote: ^
remote: Error: EACCES, open '/home/ubuntu/.meteorsession'
remote: at Object.Future.wait (/home/ubuntu/.meteor/packages/meteor-tool/.1.0.41.yumiah++os.linux.x86_64+web.browser+web.cordova/meteor-tool-os.linux.x86_64/dev_bundle/lib/node_modules/fibers/future.js:326:15)
remote: at Object.wrapper [as readFile] (/home/ubuntu/.meteor/packages/meteor-tool/.1.0.41.yumiah++os.linux.x86_64+web.browser+web.cordova/meteor-tool-os.linux.x86_64/tools/files.js:1124:24)
remote: at readSessionData (/home/ubuntu/.meteor/packages/meteor-tool/.1.0.41.yumiah++os.linux.x86_64+web.browser+web.cordova/meteor-tool-os.linux.x86_64/tools/auth.js:134:27)
remote: at Object.exports.getSessionId (/home/ubuntu/.meteor/packages/meteor-tool/.1.0.41.yumiah++os.linux.x86_64+web.browser+web.cordova/meteor-tool-os.linux.x86_64/tools/auth.js:1027:32)
remote: at /home/ubuntu/.meteor/packages/meteor-tool/.1.0.41.yumiah++os.linux.x86_64+web.browser+web.cordova/meteor-tool-os.linux.x86_64/tools/stats.js:66:23
remote: - - - - -
remote: Meteor bundle command failed!
Some further info from earlier in the logs:
remote: Copying updated project files on the EC2 server...
remote: Creating node bundle on the EC2 server...
remote: /usr/bin/env: node: No such file or directory
remote: Installing and using correct NodeJS version...
remote: hooks/post-receive: 31: hooks/post-receive: nvm: not found
remote: Bundling...
remote: This command has been deprecated in favor of 'meteor build', which allows you
remote: to build for multiple platforms and outputs a directory instead of a single
remote: tarball. See 'meteor help build'for more information.
After prepping and deploying with commands (all successful seemingly) I ran the git push master command which returned this error:
Some further info from earlier in the logs: