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

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

    Make sure you give the right address path for app.js when running node /app.js. It can't find it

    Error: Cannot find module 'C:\Users\User\Desktop\NodeJsProject\app.js'
    

提交回复
热议问题