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' is not recognized as an internal or external command, operable program or batch file.

See original GitHub issue

I’m trying to set up mup on my work computer running Windows and can’t get mup to work. I ran npm install -g mup and when I try to run mup init in my deploy folder inside my meteor app, I get the 'mup' is not recognized as an internal or external command, operable program or batch file. error in my command prompt window.

In the C:\Users\user\AppData\Roaming\npm folder, I see an mup file and a mup.cmd file. Inside the C:\Users\user\AppData\Roaming\npm\node_modules folder, I see a mup folder with mup installed. So the installation worked, but I can’t get this to work on this Windows 7 machine.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
inteldoncommented, Jan 9, 2022

I was able to get mup to work by running C:\Users\user\AppData\Roaming\npm\mup.cmd init to initialize mup, C:\Users\user\AppData\Roaming\npm\mup.cmd setup to set up for deployment and C:\Users\user\AppData\Roaming\npm\mup.cmd deploy to deploy my application.

Windows is a horror show. Not sure why I can’t even set up my environmental variables anymore.

It worked for me when I used the regular npm install mup --save instead of a global install.

1reaction
sproleeecommented, Oct 27, 2017

I was able to get mup to work by running C:\Users\user\AppData\Roaming\npm\mup.cmd init to initialize mup, C:\Users\user\AppData\Roaming\npm\mup.cmd setup to set up for deployment and C:\Users\user\AppData\Roaming\npm\mup.cmd deploy to deploy my application.

Windows is a horror show. Not sure why I can’t even set up my environmental variables anymore.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Meteor mup setup don't work - Stack Overflow
Problem is the mup.js has an association with a program, instead of typing mup use mup.cmd. eg mup.cmd setup mup.cmd deploy.
Read more >
Getting error when running 'mup.cmd reconfig' - Meteor forums
'ssl' is not recognized as an internal or external command, operable program or batch file. jamesgibson14 ...
Read more >
how to fix is not recognized as an internal or external ...
how to fix is not recognized as an internal or external command, operable program or batch file.
Read more >
how to fix not recognized as internal or external command ...
how to fix not recognized as internal or external command operable program or batch file on windows 10 or windows 7 or windows...
Read more >
Error: 'Program is not recognized as an internal or external ...
Go to Control Panel > System and Security > and click Advanced system settings · Click the Environment Variables... · Find the Path...
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