2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

nvmって最近はls-remoteが出来るんだね

Posted at

入れっぱなしで放置プレーのnvmをアップデートするには

cd ~/.nvm
git pull

どうやらgitの使い方が分かってないからこんなことをメモにしているらしい。

でOSXだと問題が発生した

sha1sumが無いと怒られる!

解決方法

shasumなるものがOSXにある

cd ~/local/bin
ln -s /usr/bin/shasum5.12 sha1sum

手元の環境はなぜかshasumは実行ビットが立ってなくて、一回ハマったのは内緒
(~/local/binはお好みで調整してください。PATHに入った割と個人寄りのディレクトリに作るのが吉かと)

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?