LoginSignup
1
0

More than 5 years have passed since last update.

Error: Cannot find module 'internal/util/types'に関する対処法

Posted at

エラー内容

-2年ほど前に扱ったプロジェクトを立ち上げようとgulpコマンドを打ったら
Error: Cannot find module 'internal/util/types'
とエラーが。
1年以内でググってみてもめぼしいエラー対処記事は見つからず。

対処法

-プロジェクトのバックアップをとる
-node_modulesをディレクトリ丸ごと削除
-sudo npm install
で解決。
defaultのgulpコマンドを叩いたら無事動いた。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0