You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.
This is likely just my limited understanding, but to operate the site successfully I have had to re-use "npm run start" every time. A solution to this would be appreciated. In the meantime, I have built a batch file for a quick shortcut. I do not want to see the cmd window. I cannot seem to automatically close the cmd/console window containing log that is produced by "npm run start" or make it run invisibly. I have only been able to minimize it. Traditional exit, timeout, taskkill and other cmd tools have been unsuccessful within my simple batch file code. I presume it is a piece of npm build that I haven't grasped yet with my inexperience. Suggestions or alternatives for this novice are appreciated.
@echo off
cd C:\Users\<%userprofile%>\Documents\GitHub\global-streaming-search
start "" npm run start
start http://localhost:8000
exit
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This is likely just my limited understanding, but to operate the site successfully I have had to re-use "npm run start" every time. A solution to this would be appreciated. In the meantime, I have built a batch file for a quick shortcut. I do not want to see the cmd window. I cannot seem to automatically close the cmd/console window containing log that is produced by "npm run start" or make it run invisibly. I have only been able to minimize it. Traditional exit, timeout, taskkill and other cmd tools have been unsuccessful within my simple batch file code. I presume it is a piece of npm build that I haven't grasped yet with my inexperience. Suggestions or alternatives for this novice are appreciated.
@echo off
cd C:\Users\<%userprofile%>\Documents\GitHub\global-streaming-search
start "" npm run start
start http://localhost:8000
exit
The text was updated successfully, but these errors were encountered: