Open ghost opened 9 years ago
First off I think that it's 0.10.40 that's the best version of nodejs to work with meteor 1.2.? . But I would try the development branch mupx because it looks like a build compatibility issue and mupx using docker so it's more universally compatible.
Also noting the error says this is where to learn more... /opt/meteor/tmp/bundle/programs/server/npm-debug.log Being an npm issue updating it and the other stuff might also help 'npm update'.
I have update to the latest meteor version. I have successfully run mup setup on a new ubuntun 14.04 server on digital ocean.
This is the error I am getting after mup deploy
x Invoking deployment process: FAILED
this is my mup.json
{ // Server authentication info "servers": [ { "host": "**", "username": "root", "password": "******" // or pem file (ssh based authentication) //"pem": "~/.ssh/id_rsa" } ],
// Install MongoDB in the server, does not destroy local MongoDB on future setup "setupMongo": true,
// WARNING: Node.js is required! Only skip if you already have Node.js installed on server. "setupNode": true,
// WARNING: If nodeVersion omitted will setup 0.10.36 by default. Do not use v, only version number. "nodeVersion": "4.2.1",
// Install PhantomJS in the server "setupPhantom": true,
// Show a progress bar during the upload of the bundle to the server. // Might cause an error in some rare cases if set to true, for instance in Shippable CI "enableUploadProgressBar": true,
// Application name (No spaces) "appName": "meteor",
// Location of app (local directory) "app": "../neutrl-vodka",
// Configure environment "env": { "ROOT_URL": "http://myapp.com" },
// Meteor Up checks if the app comes online just after the deployment // before mup checks that, it will wait for no. of seconds configured below "deployCheckWaitTime": 15 }
this is what i get for mup logs -f
[45.55.138.144] tail: [45.55.138.144] cannot open ‘/var/log/upstart/meteor.log’ for reading[45.55.138.144] : No such file or directory[45.55.138.144]