Note that there are some explanatory texts on larger screens.

plurals
  1. POPerforming `mup deploy` a second time crashes Meteor.js
    primarykey
    data
    text
    <p>The first execution of <code>mup depoly</code> works fine. However doing <code>mup deploy</code> a second time or running <code>mup reconfig</code> will cause Meteor.js to crash. </p> <pre><code>Bundling Started: /var/www/test-app Started TaskList: Deploying App [localhost] uploading bundle [localhost] uploading bundle: SUCCESS [localhost] setting up env vars [localhost] setting up env vars: SUCCESS [localhost] uploading settings.json [localhost] uploading settings.json: SUCCESS [localhost] calling deploy script [localhost] calling deploy script: FAILED -----------------------------------STDERR----------------------------------- Warning: Permanently added 'localhost' (ECDSA) to the list of known hosts. npm WARN package.json http-proxy@1.0.0 No repository field. npm http GET https://registry.npmjs.org/fibers npm http 304 https://registry.npmjs.org/fibers % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (7) couldn't connect to host reverted back to the previous version due to the latest version didn't pick up! -----------------------------------STDOUT----------------------------------- &gt; fibers@1.0.1 install /opt/meteor/tmp/bundle/programs/server/node_modules/fibers &gt; node ./build.js `linux-x64-v8-3.14` exists; testing Binary is fine; exiting fibers@1.0.1 node_modules/fibers meteor stop/waiting meteor start/running, process 4087 meteor stop/waiting meteor start/running, process 4112 ---------------------------------------------------------------------------- Completed TaskList: Deploying App </code></pre> <p>Meteor isn't running after the command has finished running. Would like to know if anyone have solved this problem. Thanks!</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload