I would like to use Meteor Up to deploy my application on my Digital Ocean server.
I have init with mup initand config my mup.js. When I run mup setup, it just opens my mup.js in my editor.
mup init
mup.js
mup setup
Do you have an idea why the file is open and did not configure my server?
READ!
The problem is that mup.js has a connection with the program, instead of typing mup use
mup.cmd
eg,
mup.cmd setup mup.cmd deploy
I had a similar problem when my command line did not run the mup commands. I finally found a solution in which I used Windows PowerShell.
"" Windows PowerShell, , .
Source: https://habr.com/ru/post/1650944/More articles:Why does vertical alignment apply to an image that also applies to sister text? - htmlProblem with Babylon and type - javascriptPrevent CodeContracts from hiding unused method parameters in resharper - c #Kubernetes PetSet DNS not working - kubernetesCanvas vs SVG for games - svgSSIS Script Задача: как регистрироваться на выходе с использованием Dts.Log - loggingSQL Server 2016 for JSON PATH returns a string instead of an array when using the case statement - jsonCollecting projects building projects blocking my files - c #Error for data tokenization during Pandas read_csv. How to actually see bad lines? - pythonHow to prevent TFS 2013 from blocking binary files? - c #All Articles