プログラマーの雑記

普段つまずいたこと、勉強途中の覚え書き

ラベル フロント の投稿を表示しています。 すべての投稿を表示
ラベル フロント の投稿を表示しています。 すべての投稿を表示
2015年11月23日月曜日

rbenvでRubyの最新版をインストールする方法

›
以下のコマンドを使えば、最新版をインストールできます。 rbenv install $ ( rbenv install - l | grep - v - | tail - 1 ) インストールが終わったら、rbenvを再読み込み rbenv re...
2015年10月15日木曜日

xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance の解決方法

›
今日「npm i」コマンドを実行したら、 こんなエラーが、、 xcode - select : error : tool 'xcodebuild' requires Xcode , but active developer directory ...
2015年9月29日火曜日

Warning: fontconfig-2.11.1 already installed, it's just not linked

›
brew install fontconfig を実行したら、こんなエラーが、 Warning : fontconfig-2.11.1 already installed, it's just not linkeds すでにインストール済みだそうなので、リンクを...
2015年9月26日土曜日

tar.unpack untar error の解決方法

›
方法一:「 npm cache clean 」を実行 ついでに「 bower cache clean 」も実行 方法二:「 sudo 」で実行
›
ホーム
ウェブ バージョンを表示
Powered by Blogger.