Windows 10 Meteor 1.4.
I type: meteor run in cmd.exe. Meteor starts fine and works, but then I cannot type anything else in the terminal (cmd.exe).
Does anyone else experience this? Does anyone use Windows? Thanks.
Windows 10 Meteor 1.4.
I type: meteor run in cmd.exe. Meteor starts fine and works, but then I cannot type anything else in the terminal (cmd.exe).
Does anyone else experience this? Does anyone use Windows? Thanks.
Iβm not sure why you would want to type anything after starting the app? You canβt run any additional commands in that window while the server is running.
Thanks. I am new, I did not know that.
I am going through a tutorial that is asking me to add a package. I guess that means I must first stop the server, add package, then restart the server again.
Open another command window in the same folder and use that to control it.
Thanks. I will do that next time!