hasen's tech life

Twitter: @hasen

npm

gulpでエラーが出たので対応した.

# gulpでエラーが出たので対応した. $ gulp module.js:474 throw err; ^ Error: Cannot find module 'internal/fs' at Function.Module._resolveFilename (module.js:472:15) at Function.Module._load (module.js:420:25) at Module.require (module.js:50…

CentOS6でFailed: npm.noarch 0:1.3.6-5.el6というエラーが出たので対応した.

# CentOS6でFailed: npm.noarch 0:1.3.6-5.el6というエラーが出たので対応した. $ cat /etc/redhat-release > CentOS release 6.8 (Final) $ sudo yum install --enablerepo=epel -y nodejs npm > ... (中略) > Failed: > npm.noarch 0:1.3.6-5.el6 $ sudo …

Bookmark (2015-10-31)

・Reactをnpmでビルドする方法 browserify (watchify) + babelify編 http://mae.chab.in/archives/2765 ・「みんなでArch Linuxをインストールしよう!」を実況する『TwitchInstall』 http://www.100shiki.com/archives/2015/10/twitchinstall.html

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…