hasen's tech life

Twitter: @hasen

Entries from 2015-08-10 to 1 day

Bookmark (2015-08-10)

・自然言語処理を活用する上で開発者が知っておきたいこと~PyData.Tokyo Meetup #5 http://codezine.jp/article/detail/8893 ・「1日を2回生きる」元祖・早大発ベンチャー起業家のストイックな働き方 http://hrnabi.com/2015/08/10/8924/ ・mruby事例を中心…

gulp watchで"Error: `libsass` bindings not found"というエラーが出たので.

# gulp watchで"Error: `libsass` bindings not found"というエラーが出たので,修正. $ gulp watch > [21:59:04] Using gulpfile /PATH/TO/gulpfile.js > [21:59:04] Starting 'watch'... > [21:59:04] Starting 'sass'... > [21:59:04] Running Sass: res…

gulp watchで"Error: Cannot find module 'bower'"というエラーが出たので.

# gulp watchで"Error: Cannot find module 'bower'"というエラーが出たので,修正. $ gulp watch > module.js:338 > throw err; > ^ > Error: Cannot find module 'bower' > at Function.Module._resolveFilename (module.js:336:15) > at Function.Module…