我是靠谱客的博主 鲤鱼书包,这篇文章主要介绍node.js报错:Cannot find module 'ejs'的解决办法,现在分享给大家,希望可以做个参考。

发现问题

最近同事问了一个问题,他在用node.js的时候,发现node.js报错了,错误显示:

Error: Cannot find module 'ejs'
  at Function.Module._resolveFilename (module.js:325:15)
  at Function.Module._load (module.js:276:25)
  at Module.require (module.js:353:17)
  at require (internal/module.js:12:17)
  at new View (d:WebClientwebstormSpaceday6shuoshuonode_modulesexpresslibview.js:78:30)
  at EventEmitter.render (d:WebClientwebstormSpaceday6shuoshuonode_modulesexpresslibapplication.js:569:12)
  at ServerResponse.render (d:WebClientwebstormSpaceday6shuoshuonode_modulesexpresslibresponse.js:961:7)
  at exports.showIndex (d:WebClientwebstormSpaceday6shuoshuoroutesrouter.js:7:9)
  at Layer.handle [as handle_request] (d:WebClientwebstormSpaceday6shuoshuonode_modulesexpresslibrouterlayer.js:95:5)
  at next (d:WebClientwebstormSpaceday6shuoshuonode_modulesexpresslibrouterroute.js:131:13)

后来通过查找资料,发现原因是因为:没有安装ejs模块

解决办法:

cmd进入到项目目录,安装ejs:npm install --save ejs

总结

以上就是这文章的全部内容了,希望本文的内容对大家的学习或者工作能带来一定的帮助,如果有疑问大家可以留言交流。

最后

以上就是鲤鱼书包最近收集整理的关于node.js报错:Cannot find module 'ejs'的解决办法的全部内容,更多相关node.js报错:Cannot内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(117)

评论列表共有 0 条评论

立即
投稿
返回
顶部