TypeScript Not Running in terminal

typescript is not running in my powershell terminal.

it’s working git bash…

how to run typescript in powershell terminal.

Hi,
I don’t know the exact steps to make your typescript work in powershell.
However OS command line has something in common across several OSes I know such as Windows and Linux.
They both have a PATH environment variable that gathers paths on the system where they would look for executables.

So your solution has very likely something to do with adding the right executable to the PATH.
On windows you can add it to the machine level or user level. Up to you to decide.

A quick look suggest you are asking for the tsc command.

Also looked up for any content. Maybe try this.

Hi,

Thank you so much it’s working brooo