Drafts

@cm3 の草稿置場 / 少々Wikiっぽく使っているので中身は適宜追記修正されます。

Node.js の "compiled against a different Node.js version using" エラー

Error: The module なんちゃら was compiled against a different Node.js version using というエラーが出たら、その当該のモジュールを削除して再インストールすればいい。

rm -rf node_modules/モジュール名
npm install モジュール名

出典