当前位置:   article > 正文

解决TypeError [ERR_INVALID_ARG_TYPE]: The “chunk“ argument must be of type string or an instance of_the "chunk" argument must be of type string or an

the "chunk" argument must be of type string or an instance of buffer or uint

此问题在排查和解决时实际有两条报错,如下:

报错1 undefined SyntaxError: Invalid or unexpected token in xx.ejs while compiling ejs

报错2 TypeError [ERR_INVALID_ARG_TYPE]: The "chunk" argument must be of type string or an instance of Buffer or Uint8Array. Received undefined

报错2为运行时报错,实际原因是由于报错1,通过片段中的function(err, save){...} err 打印err才可看到报错1。

解决

最终根据报错1的核心描述:
Invalid or unexpected token in xx.ejs
找到xx.ejs里面,看来看去没什么问题,偶然,去掉一行注释居然就成功了,注释长得模样是:

<!-- 注释内容 -->

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/繁依Fanyi0/article/detail/198178?site
推荐阅读
相关标签
  

闽ICP备14008679号