fdojose opened a new issue, #185: URL: https://github.com/apache/age-viewer/issues/185
Building from docker start up fails with a babel error. I added this line to the Dockerfile and now runs: RUN npm add @babel/runtime Dockerfile: FROM node:14.16.0 RUN npm install pm2 WORKDIR /src COPY . . RUN npm add @babel/runtime RUN npm run setup EXPOSE 3000 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@age.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org