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

前端 未结 25 2115
有刺的猬
有刺的猬 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:05

    I had the same issue when I first tried on node js.
    I noticed this issue was happening to me because I had some .js files with same names in different directories, which were in the same main directory.
    I created another directory outside the main project folder, and created a .js file.
    After that, it ran fine.
    ex- app.js

提交回复
热议问题