hasen's tech life

Twitter: @hasen

Entries from 2015-07-29 to 1 day

Bookmark (2015-07-29)

・Git 2.5 Release Notes https://github.com/git/git/blob/master/Documentation/RelNotes/2.5.0.txt ・1 on 1 で 何を話すのか? マネージャ/ソフトウェアエンジニアの立場から http://d.hatena.ne.jp/higepon/20150728/1438080621 ・Chrome 45 Beta: New …

gulpで"Cannot find module 'colone'"というエラーが出たので.

gulpで"Cannot find module 'colone'"というエラーが出たので. # error$ node --version> v0.12.7 $ npm install $ gulp > module.js:318 > throw err; > ^ > Error: Cannot find module 'clone' > at Function.Module._resolveFilename (module.js:316:15)…

nodebrew installでSyntaxErrorが出たので.

# error $ nodebrew install 0.12.7 > File "./configure", line 362 '' ^ > SyntaxError: Missing parentheses in call to 'print'' # errorを見るにPythonのヴァージョン違いが原因と予想. $ python --version > Python 3.4.2 $ pyenv global 2.7.9 $ pyt…