Installing node modules

Hey @atomtr,

Try using the below and see if that helps.

FROM n8nio/n8n:latest
USER root
RUN npm install -g json2md
USER node
3 Likes