npm installでCannot find module ‘internal/fs’のエラー

特定のインストールでCannot find module ‘internal/fs’ のエラーが出る問題の解決方法。
node.jsの問題らしい
https://github.com/nodejs/node/issues/13361
node.jsのバージョンを切り替える

n 6.11.0

再インストールの前にnode_modulesフォルダは消しておいた方がいい

rm -rf node_modules/
npm install

https://www.d-wood.com/blog/2016/12/06_8577.html

シェアする

  • このエントリーをはてなブックマークに追加

フォローする