Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Meteor Version 1.3.5.1 app not working on Redeploy #1125

Open
muscaiu opened this issue Sep 19, 2016 · 2 comments
Open

Meteor Version 1.3.5.1 app not working on Redeploy #1125

muscaiu opened this issue Sep 19, 2016 · 2 comments

Comments

@muscaiu
Copy link

muscaiu commented Sep 19, 2016

I have tried the following experiments:

  • Deploying on DigitalOcean Ubuntu Server: All OK
  • Deploying on virtual Ubuntu Server (first time) (i had to install openssh-server and docker) I get the bellow error, but the application works!
Verifying deployment: FAILED

        -----------------------------------STDERR-----------------------------------
        run:
        npm WARN deprecated
        npm WARN deprecated   npm -g install npm@latest

        npm WARN deprecated
        npm WARN deprecated (Depending on how Node.js was installed on your system, you
        npm WARN deprecated may need to prefix the preceding commands with `sudo`, or if
        npm WARN deprecated on Windows, run them from an Administrator prompt.)
        npm WARN deprecated
        npm WARN deprecated If you're running the version of npm bundled with
        npm WARN deprecated Node.js 0.10 LTS, be aware that the next version of 0.10 LTS
        npm WARN deprecated will be bundled with a version of npm@2, which has some small
        npm WARN deprecated backwards-incompatible changes made to `npm run-script` and
        npm WARN deprecated semver behavior.
        npm WARN package.json [email protected] No description
        npm WARN package.json [email protected] No repository field.
        npm WARN package.json [email protected] No README data

        > [email protected] install /bundle/bundle/programs/server/node_modules/fibers
        > node build.js || nodejs build.js

        -----------------------------------STDOUT-----------------------------------

        To see more logs type 'mup logs --tail=50'

        ----------------------------------------------------------------------------

ReDeploying i get the bellow errors, and the app is not working anymore.
Can someone tell why?

x Verifying deployment: FAILED

        -----------------------------------STDERR-----------------------------------
         npm -g install npm@latest
        npm WARN deprecated
        npm WARN deprecated (Depending on how Node.js was installed on your system, you
        npm WARN deprecated may need to prefix the preceding commands with `sudo`, or if
        npm WARN deprecated on Windows, run them from an Administrator prompt.)
        npm WARN deprecated
        npm WARN deprecated If you're running the version of npm bundled with
        npm WARN deprecated Node.js 0.10 LTS, be aware that the next version of 0.10 LTS
        npm WARN deprecated will be bundled with a version of npm@2, which has some small
        npm WARN deprecated backwards-incompatible changes made to `npm run-script` and
        npm WARN deprecated semver behavior.
        npm WARN package.json [email protected] No description
        npm WARN package.json [email protected] No repository field.
        npm WARN package.json [email protected] No README data

        > [email protected] install /bundle/bundle/programs/server/node_modules/fibers
        > node build.js || nodejs build.js


        => Redeploying previous version of the app

        -----------------------------------STDOUT-----------------------------------

        To see more logs type 'mup logs --tail=50'

        ----------------------------------------------------------------------------
@muscaiu muscaiu closed this as completed Dec 9, 2016
@muscaiu muscaiu reopened this Dec 9, 2016
@hems
Copy link

hems commented Dec 9, 2016

how did you fix that problem? it suddenly started happening for me, out of the blue and i can't get it to work.

even deploying to a new machine

@muscaiu
Copy link
Author

muscaiu commented Dec 9, 2016

I gave up mupx, updated to Meteor 1.4 and started using https://github.com/kadirahq/meteor-up

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants