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
Hardcoded like this now, checking for npm and jest. Can detect if program is unavailable but program.cmd is available. Not sure if it can be done quickly
if args[0] in ("npm", "jest") and VerInfo().windows:
args[0] = f"{args[0]}.cmd"