After installing typescript
and nodemon
on my Windows 10 machine using the typical npm install -g [package-name]
command, I encountered a problem. When attempting to run them through the terminal, an application selector window would open prompting me to choose which app to use to open the file.
Does anyone have advice on how to resolve this issue? Could it possibly be related to Visual Studio being installed? Any assistance would be greatly appreciated.
Thank you in advance!