Having a hard time installing Puppet

I had the addon installed a while back but I could not get it to update so I was hoping uninstalling/reinstalling would fix it. It did not.

I get this error in the logs:

Failed to to call /addons/0f1cc410_puppet/install - Docker build failed for 0f1cc410/aarch64-addon-puppet:2.4.3 (exit code 1). Build output: #0 building with "default" instance using docker driver [#1](https://github.com/balloob/home-assistant-addons/issues/1) [internal] load build definition from Dockerfile [#1](https://github.com/balloob/home-assistant-addons/issues/1) transferring dockerfile: [#1](https://github.com/balloob/home-assistant-addons/issues/1) transferring dockerfile: 1.22kB 0.9s done [#1](https://github.com/balloob/home-assistant-addons/issues/1) DONE 1.3s [#2](https://github.com/balloob/home-assistant-addons/issues/2) [internal] load metadata for docker.io/library/debian:bullseye-slim [#2](https://github.com/balloob/home-assistant-addons/issues/2) DONE 2.0s [#3](https://github.com/balloob/home-assistant-addons/pull/3) [internal] load .dockerignore [#3](https://github.com/balloob/home-assistant-addons/pull/3) transferring context: [#3](https://github.com/balloob/home-assistant-addons/pull/3) transferring context: 2B 0.2s done [#3](https://github.com/balloob/home-assistant-addons/pull/3) DONE 0.6s [#4](https://github.com/balloob/home-assistant-addons/pull/4) [1/6] FROM docker.io/library/debian:bullseye-slim@sha256:530a3348fc4b5734ffe1a137ddbcee6850154285251b53c3425c386ea8fac77b [#4](https://github.com/balloob/home-assistant-addons/pull/4) DONE 0.1s [#5](https://github.com/balloob/home-assistant-addons/issues/5) [internal] load build context [#5](https://github.com/balloob/home-assistant-addons/issues/5) transferring context: 173.74kB 0.4s done [#5](https://github.com/balloob/home-assistant-addons/issues/5) DONE 0.8s [#6](https://github.com/balloob/home-assistant-addons/pull/6) [2/6] RUN apt-get update && apt-get install -y chromium curl fonts-noto-cjk && curl -fsSL https://deb.nodesource.com/setup_23.x -o nodesource_setup.sh && bash nodesource_setup.sh && apt-get install -y nodejs && apt-get clean && rm -rf /var/lib/apt/lists/* [#6](https://github.com/balloob/home-assistant-addons/pull/6) CACHED [#7](https://github.com/balloob/home-assistant-addons/issues/7) [3/6] WORKDIR /app [#7](https://github.com/balloob/home-assistant-addons/issues/7) CACHED [#8](https://github.com/balloob/home-assistant-addons/issues/8) [4/6] COPY ha-puppet/package*.json ./ [#8](https://github.com/balloob/home-assistant-addons/issues/8) CACHED [#9](https://github.com/balloob/home-assistant-addons/issues/9) [5/6] RUN npm ci --unsafe-perm [#9](https://github.com/balloob/home-assistant-addons/issues/9) 7.239 /bin/sh: 1: npm: not found [#9](https://github.com/balloob/home-assistant-addons/issues/9) ERROR: process "/bin/sh -c npm ci --unsafe-perm" did not complete successfully: exit code: 127 ------ > [5/6] RUN npm ci --unsafe-perm: 7.239 /bin/sh: 1: npm: not found ------ Dockerfile:42 -------------------- 40 | 41 | # Ensure a clean state before installing 42 | >>> RUN npm ci --unsafe-perm 43 | 44 | # Copy the rest of the project files -------------------- ERROR: failed to build: failed to solve: process "/bin/sh -c npm ci --unsafe-perm" did not complete successfully: exit code: 127

Any hints? I feel like I need to delete something somewhere maybe but I cannot figure out what/where.

I’m running Home Assistant on a Yellow if that helps.