赞
踩
此问题在排查和解决时实际有两条报错,如下:
报错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里面,看来看去没什么问题,偶然,去掉一行注释居然就成功了,注释长得模样是:
<!-- 注释内容 -->
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。