"apidoc" 库错误,而 Docker 运行
Error on "apidoc" lib while run on Docker
我在 apidoc(apidoc-0.50.3 版本)上遇到错误,而 Docker 中的 运行 我正在使用节点 v12.22.7
命令:
RUN npm install apidoc -g
RUN apidoc -e node_modules
错误:
node_modules/apidoc/lib/writer.js:136
const title = projectInfo.title ?? projectInfo.name ?? 'Loading...';
SyntaxError: Unexpected token '?'
帮我找出解决办法。
我得到了答案:https://github.com/apidoc/apidoc/issues/1045
.需要升级nodejs
我在 apidoc(apidoc-0.50.3 版本)上遇到错误,而 Docker 中的 运行 我正在使用节点 v12.22.7
命令:
RUN npm install apidoc -g
RUN apidoc -e node_modules
错误:
node_modules/apidoc/lib/writer.js:136
const title = projectInfo.title ?? projectInfo.name ?? 'Loading...';
SyntaxError: Unexpected token '?'
帮我找出解决办法。
我得到了答案:https://github.com/apidoc/apidoc/issues/1045 .需要升级nodejs