internal/modules/cjs/loader.js:582 throw err

前端 未结 25 1994
有刺的猬
有刺的猬 2020-11-27 04:24

I\'m getting following Console Error. Error : Cannot find module

Here is the full error i\'m getting in console. What should I do?



        
25条回答
  •  离开以前
    2020-11-27 05:19

    For those who are using TypeScript, it's caused by incremental option in the compilerOptions of your settings.

    This causes to build tsconfig.tsbuildinfo file which stores all the data for cache. If you remove that file and recompile the project it should work straight away.

提交回复
热议问题