TypeScriptをインストールしたい
TypeScript初心者です。JavaSciprは経験あります。
TypeScriptをグローバルにインストールしたいのですが、npm install -g typescript
と何度実行してもエラーになります。
以下のエラーメッセージが発生しました。
発生している問題・エラーメッセージ
npm ERR! code EEXIST npm ERR! path C:\Users\xxxxx\AppData\Roaming\npm\node_modules\typescript\bin\tsc npm ERR! dest C:\Users\xxxxx\AppData\Roaming\npm\tsc npm ERR! EEXIST: file already exists, cmd shim 'C:\Users\xxxxx\AppData\Roaming\npm\node_modules\typescript\bin\tsc' -> 'C:\Users\xxxxx\AppData\Roaming\npm\tsc' npm ERR! File exists: C:\Users\xxxxx\AppData\Roaming\npm\tsc npm ERR! Remove the existing file and try again, or run npm npm ERR! with --force to overwrite files recklessly. npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\xxxxx\AppData\Roaming\npm-cache\_logs\2020-08-09T15_27_28_593Z-debug.log
コマンドプロンプトについてもほとんど知識がないので、エラーの解決方法がわかりません。
この問題の解決方法がわかる方がいらっしゃいましたら、ご教授いただけるとありがたいです。
よろしくお願いします。
開発環境
Windows10 x64