Global install of typescript doesn't appear to install correctly on windows.
Steps to reproduce:
.Using node v16.16.0 (64bit)
.Then 'npm install -g typescript'
.I can confirm environment path variables contain: 'C:\Users{MyUserName}\AppData\Roaming\npm' and 'C:\Program Files\nodejs\node_modules'
The node_modules/typescript/bin folder appears a follows:

As seen, a tsc file does exist, however the expected tsc.cmd doesn't. This is required for windows to execute.
My assumption is this must be system or permissions problem whereby node can't create the tsc.cmd, not necessarily and issue with the
typescript package
//----------------
Additional notes:
- I have also tested this on 10.24.1 using nvm, this is now uninstalled
- I have ran these steps on another machine, without problems countless times.
- I have uninstalled (completely) nvm and node before attempting this multiple times.
- I have performed a complete system search for tsc.cmd I do have wsl installed, perhaps there is some interference there?
Results from suggestions this far:

- Running locally on a project (Niceman)

