Hey @atomtr,
Try using the below and see if that helps.
FROM n8nio/n8n:latest
USER root
RUN npm install -g json2md
USER node
Hey @atomtr,
Try using the below and see if that helps.
FROM n8nio/n8n:latest
USER root
RUN npm install -g json2md
USER node