Unable to install NPM Module (v 1.31.1)

Hey @Boris_Makena,

Welcome to the community :cake:

Do you get the same issue if you try…

FROM n8nio/n8n:latest
USER root
RUN npm install -g mailparser papaparse
USER node