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.

mup opens mup.js in a new editor window

See original GitHub issue

If i do mup setup or mup deploy or just mup blabla it just opens the mup file in a new editor window. Is this normal? Did my mup not installed correctly?

I want to mention that with the old mupx i managed to deploy my app on meteor 1.3.5, but with this mup i can’t get pass this issue. What am i doing wrong??

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:4
  • Comments:31

github_iconTop GitHub Comments

1reaction
pikauspcommented, Nov 14, 2016

I had the same issue. For me the workaround was to run mup from parent directory and provide path for mup.js & settings file via parameters

0reactions
gaillotacommented, Dec 9, 2016

FYI, Meteor Up uses dockers images, one for mongo and one for meteor (containing node and stuff), and it previously check if docker is installed on your machine.

You don’t have to do anything before deploying.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Deploying with Meteor Up (MUP) - Packt Subscription
To install MUP, open a terminal window and execute the following command: $ npm install -g mup ... Open the [project root]/mup.json file...
Read more >
mup - npm
A) Try increasing the value of the deployCheckWaitTime field in mup.js . Q) I get "Windows script error" in Windows, or it opens...
Read more >
Setup an in-house server using Meteor Up - RadGrad
Setup mup.js and settings.json#. The app/.deploy directory, there are two template files: mup.sample.js and settings.sample ...
Read more >
Documentation - Meteor Up
mup reconfig - reconfigures app with new environment variables, Meteor settings, and it updates the start script. This is also the last step...
Read more >
Meteor mup setup don't work - Stack Overflow
I've init with mup init and config my mup.js . When i run mup setup , it just open my mup.js on my...
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