hasen's tech life

Twitter: @hasen

nodebrew

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…