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
if the arjan serve command is used and nodemon starts running on the terminal window, open a new terminal window with the same directory the user was on programatically.
if the arjan serve command is used and nodemon starts running on the terminal window, open a new terminal window with the same directory the user was on programatically.
https://stackoverflow.com/questions/50507531/is-there-a-way-to-launch-a-terminal-window-or-cmd-on-windows-and-pass-run-a-co
may use process.platform to determine which oparating system the user has
https://nodejs.org/api/process.html#process_process_platform
macOs = darwin
windows = win32
The text was updated successfully, but these errors were encountered: