目次
Node.jsのインストールをしようとしたら失敗した
「Node.js」をインストールしようとしたら、
$ nodebrew install-binary latest
こんなエラーが。
$ nodebrew install-binary latest
Fetching: https://nodejs.org/dist/v18.0.0/node-v18.0.0-darwin-x64.tar.gz
Warning: Failed to create the file
Warning: /Users/username/.nodebrew/src/v18.0.0/node-v18.0.0-darwin-x64.tar
Warning: .gz: No such file or directory
curl: (23) Failure writing output to destination
download failed: https://nodejs.org/dist/v18.0.0/node-v18.0.0-darwin-x64.tar.gz
権限周りなんだろうとは思ったのですが、
No such file or directory(そんなディレクトリはねぇ!)と言っておりました。
解決方法
以下のコマンドを実行してから、
改めて「$ nodebrew install-binary latest」を実行すると解決します!
$ mkdir -p ~/.nodebrew/src