日々精進

新しく学んだことを書き留めていきます

2014-06-27から1日間の記事一覧

nodeのプログラムを実行すると「Error: Cannot find module '../build/Debug/iconv.node'」エラー

node_module/iconvが壊れていることが原因っぽい。前はちゃんと動いてたんだけど。。 以下のようにしてnode_module/iconvを自分でビルドし直すと直る。 cd ./node_module/iconv node-gyp configure node-gyp build参考:linux - Cannot find module /build/D…