Error: Cannot find module 'ejs'

后端 未结 29 2052
南方客
南方客 2020-12-13 05:33

Here is my complete error:

Error: Cannot find module \'ejs\'
    at Function._resolveFilename (module.js:317:11)
    at Function._load (module.js:262:25)
            


        
29条回答
  •  一生所求
    2020-12-13 06:12

    I face same error for ejs, then i just run node install ejs This will install ejs again.

    and then also run npm install to install node_modules again. That's work for me.

提交回复
热议问题