途方にくれています????
bash
1$ git branch 2npx: installed 15 in 2.436s 3(node:11255) ExperimentalWarning: The fs.promises API is experimental 4(node:11255) UnhandledPromiseRejectionWarning: TypeError: W.Readable.from is not a function 5 at St.Promise (/home/tonoyama/.npm/_npx/11255/lib/node_modules/git-split-diffs/build/index.js:2:7256) 6 at new Promise (<anonymous>) 7 at St (/home/tonoyama/.npm/_npx/11255/lib/node_modules/git-split-diffs/build/index.js:2:7219) 8 at jt (/home/tonoyama/.npm/_npx/11255/lib/node_modules/git-split-diffs/build/index.js:2:7470) 9(node:11255) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 2) 10(node:11255) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
gitのコマンドを打っているにも関わらずなぜか、npx: installed
と表示されます。
なにかご存知の方がいらっしゃいましたらアドバイス頂けますと幸いです。
type git を実行するとどう表示されますか?
```
$ type git
git is hashed (/usr/bin/git)
```
と表示されました!!
うーん、では git --version は?
「コマンドが保存されている場所」がわかるコマンドなんですね。。
ここからなにかわかりそうでしょうか、、
` git --version
git version 2.17.1`となります!
シェルはgitを起動できていますね…
うーん、なんでnpxが動いちゃっているのかわかりませんが…
エラーを吐いているのはどうやらNode.jsなので、Node.jsの最新版をインストールしてみましょうか
https://nodejs.org/ja/download/