-1
typescriptファイルを実行する際に問題があります。私は、typescriptファイルを実行するためにビジュアルスタジオコードを使用しています。私はビジュアルスタジオコードとタイプスクリプトをインストールして設定しました。しかし、私がtypescriptファイル(tsc filename.ts)を実行しようとすると、エラーが表示されます。助けてください!ビジュアルスタジオコードを使用したTypescriptファイルの実行
エラー:
PS D:\01_Hello> tsc app.ts
tsc : The term 'tsc' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the
spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ tsc app.ts
+ ~~~
+ CategoryInfo : ObjectNotFound: (tsc:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
[tscは内部コマンドまたは外部コマンドとして認識されません](https://stackoverflow.com/questions/35369501/tsc-is-not-recognized-as-internal-or-external-command) –