question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

npm WARN meteor-dev-bundle@0.0.0 No description

See original GitHub issue

I’m trying to deploy a Meteor (v1.4.2.3) app. The readme only says that Ubuntu is supported, but I tried to deploy my app to a hosted Debian server (Debian 8.6).

I found I needed to…

…and then things seemed to work well up until the validation stage of mup deploy:

(...)
- Verifying Deployment
x Verifying Deployment: FAILED

    -----------------------------------STDERR-----------------------------------

    | +-- rimraf@2.5.4
    | +-- tar@2.2.1
    | | `-- block-stream@0.0.9
    | `-- which@1.2.12
    |   `-- isexe@1.1.2
    +-- node-pre-gyp@0.6.29
    | +-- rc@1.1.6
    | | +-- deep-extend@0.4.1
    | | +-- ini@1.3.4
    | | +-- minimist@1.2.0
    | | `-- strip-json-comments@1.0.4
    | +-- semver@5.2.0
    | `-- tar-pack@3.1.4
    |   +-- debug@2.2.0
    |   | `-- ms@0.7.1
    |   +-- fstream-ignore@1.0.5
    |   +-- once@1.3.3
    |   +-- readable-stream@2.1.5
    |   | +-- buffer-shims@1.0.0
    |   | +-- core-util-is@1.0.2
    |   | +-- isarray@1.0.0
    |   | +-- process-nextick-args@1.0.7
    |   | +-- string_decoder@0.10.31
    |   | `-- util-deprecate@1.0.2
    |   `-- uid-number@0.0.6
    +-- promise@7.1.1
    +-- semver@4.1.0
    +-- source-map@0.1.32
    +-- source-map-support@0.3.2
    `-- underscore@1.5.2

    npm WARN meteor-dev-bundle@0.0.0 No description
    npm WARN meteor-dev-bundle@0.0.0 No repository field.
    npm WARN meteor-dev-bundle@0.0.0 No license field.
    => Starting meteor app on port:80
    ** Meteor.startup **

    => Redeploying previous version of the app

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

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

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

The output from mup logs -f:

> meteor-dev-bundle@0.0.0 install /bundle/bundle/programs/server
> node npm-rebuild.js

{
  "meteor-dev-bundle": "0.0.0",
  "npm": "3.10.10",
  "ares": "1.10.1-DEV",
  "http_parser": "2.7.0",
  "icu": "56.1",
  "modules": "46",
  "node": "4.7.0",
  "openssl": "1.0.2j",
  "uv": "1.9.1",
  "v8": "4.5.103.43",
  "zlib": "1.2.8"
}
=> Starting meteor app on port:80
** Meteor.startup **
npm WARN meteor-dev-bundle@0.0.0 No description
npm WARN meteor-dev-bundle@0.0.0 No repository field.
npm WARN meteor-dev-bundle@0.0.0 No license field.

The “** Meteor.startup **” message is a console.log() inside Meteor.startup(), so the app clearly runs, but mup deploy still fails. Do I need a server that runs Ubuntu instead of Debian, or can I fix this somehow?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:1
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
zoderncommented, May 23, 2017

The problem is curl: (22) The requested URL returned error: 404 Not Found. There is an issue for it #618.

1reaction
Sphinxxxxcommented, Jan 2, 2017

@949mac - After trying (and failing) a different way to deploy (this one), mup deploy suddenly started working. The only important thing I did in the meantime that can think of: I installed Meteor and Nginx manually on the server. So maybe mup setup doesn’t install Meteor properly?

Try to install Meteor on your server before you deploy (curl https://install.meteor.com/ | sh). If that doesn’t work, try to install Nginx as well, but then you’ll have to deploy your app to a different port than 80 (tutorial: https://www.bersling.com/2016/05/17/deploying-multiple-meteor-apps-on-one-digitalocean-server/)

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error "npm WARN package.json: No repository field"
It's just a check as of NPM v1.2.20, they report this as a warning. However, don't worry, there are sooooooo many packages which...
Read more >
npm WARN package.json node@0.0.0 No repository field.
npm WARN package.json node@0.0.0 No repository field. ... ... but even after changing that it still produces the same warnings. Finally, I realized...
Read more >
Common errors | npm Docs
You are trying to install on a drive that either has no space, or has no permission to write. Free some disk space...
Read more >
Node-red npm WARN checkPermissions - General
hello, when I try to install some package on node-red with npm I get the following error : sudo npm i node-red-node-base64 npm...
Read more >
Error npm WARN package json No repository field - Edureka
I get the following warnings: npm WARN package.json range-parser@0.0.4 No repository field. npm WARN package.json fresh@0.1.0 No repository ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found