Performance Audit Activation Failure

I tried to Activate the Performance Audit Plugin and I get the following error

PerformanceAudit plugin activation failed due to the following error: Node.js dependency installation failed due to the following error: /var/www/analytics/plugins/PerformanceAudit/node_modules/puppeteer/.local-chromium/linux-756035/chrome-linux/chrome has the following unexpected output: /var/www/analytics/plugins/PerformanceAudit/node_modules/puppeteer/.local-chromium/linux-756035/chrome-linux/chrome: error while loading shared libraries: libXss.so.1: cannot open shared object file: No such file or directory

Any idea’s?

Latest Ver Matomo 4.10.1

Did you check this:

:question:

I am having the exact same issue and can’t find a fix. I am running Matomo on Ubuntu 22.04. I don’t understand the documentation you posted. Could you please explain so I can fix this and activate this plugin?

Nevermind. Installing all of the required debian dependancies seemed to do the trick.

sudo apt install \
ca-certificates \
fonts-liberation \
libasound2 \
libatk-bridge2.0-0 \
libatk1.0-0 \
libc6 \
libcairo2 \
libcups2 \
libdbus-1-3 \
libexpat1 \
libfontconfig1 \
libgbm1 \
libgcc1 \
libglib2.0-0 \
libgtk-3-0 \
libnspr4 \
libnss3 \
libpango-1.0-0 \
libpangocairo-1.0-0 \
libstdc++6 \
libx11-6 \
libx11-xcb1 \
libxcb1 \
libxcomposite1 \
libxcursor1 \
libxdamage1 \
libxext6 \
libxfixes3 \
libxi6 \
libxrandr2 \
libxrender1 \
libxss1 \
libxtst6 \
lsb-release \
wget \
xdg-utils
1 Like