Giter Site home page Giter Site logo

Comments (5)

arunoda avatar arunoda commented on July 25, 2024

Seems like appPath is incorrect. Can you please double check?

Hope you are on Linux or Mac.

On Thursday, May 22, 2014, Eliezer [email protected] wrote:

I get the following error message when running mup deploy:

⚡ mup deploy
Meteor Up: Production Quality Meteor Deployments

Bundling Started: Users/Elie/Documents/Meteor/draftapp
Bundling Error: code=-1, error:spawn ENOENT
-------------------STDOUT-------------------

-------------------STDERR-------------------
chdir(): No such file or directory

How do I fix this? One of the closed issues is the same as this, but I'm
not sure how to fix my problem. I think all the details I entered were
correct.


Reply to this email directly or view it on GitHubhttps://github.com/zodern/meteor-up/issues/67
.


Arunoda Susiripala
I curate Meteor Weekly - Check it
out!http://meteorhacks.com/meteor-weekly/?utm_source=email-footer&utm_medium=email&utm_campaign=meteorweekly

from meteor-up-legacy.

elie222 avatar elie222 commented on July 25, 2024

Thanks. I found the problem.

I had
"app": "Users/..."
instead of:
"app": "/Users/..."

from meteor-up-legacy.

ethompsy avatar ethompsy commented on July 25, 2024

So it looks like the '~' character is not interpreted correctly in mup deploy.

I had this in mup.json: "app": "~/Projects/microscope/", and I got this:

$ mup deploy

Meteor Up: Production Quality Meteor Deployments
------------------------------------------------

Bundling Started: ~/Projects/microscope/
Bundling Error: code=-1, error:spawn ENOENT
-------------------STDOUT-------------------

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

I had to change to this: "app": "/Users/me/Projects/microscope/", then the deploy worked.

Even though I was logged in as the user 'me' the whole time and the project never moved.

Perhaps a message explaining that an absolute path is expected would make this easier to figure.

EDIT: I am on Mac OS X Mavericks.

from meteor-up-legacy.

arunoda avatar arunoda commented on July 25, 2024

Released version: v0.4.7. It has a fix for this.

from meteor-up-legacy.

ethompsy avatar ethompsy commented on July 25, 2024

I can confirm this is resolved (for me):

$ npm update -g mup
/usr/local/bin/mup -> /usr/local/lib/node_modules/mup/bin/mup
[email protected] /usr/local/lib/node_modules/mup
├── [email protected]
├── [email protected]
├── [email protected] ([email protected])
└── [email protected] ([email protected], [email protected], [email protected])
$ cat mup.json | grep Projects
  "app": "~/Projects/microscope/",
$ mup deploy

Meteor Up: Production Quality Meteor Deployments
------------------------------------------------

Bundling Started: /Users/me/Projects/microscope/

Started TaskList: Deploy app 'microscope'
[bip-web] - Uploading bundle
[bip-web] ✔ Uploading bundle: SUCCESS
[bip-web] - Setting up Environment Variables
[bip-web] ✔ Setting up Environment Variables: SUCCESS
[bip-web] - Invoking deployment process
[bip-web] ✔ Invoking deployment process: SUCCESS
Completed TaskList: Deploy app 'microscope'

SUCCESS!!
Thank you.

from meteor-up-legacy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.