运行yapi server遇到错误SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode
问题的原因是nodejs版本过低,解决方法如下:
npm install -g n
n stable
viencoding.com版权所有,允许转载,但转载请注明出处和原文链接: https://viencoding.com/article/291