This is exactly the same problem the `@platformatic/kafka` project was experiencing not that long ago. It's related to `npm install -g npm@latest` The latest versions are unsigned which cause `pnpm install` issues with [trustPolicy](https://pnpm.io/settings#trustpolicy) enabled. <img width="900" alt="Image" src="https://github.com/user-attachments/assets/69571b2c-3044-4763-b6dd-57f7792540c3" /> PR: https://github.com/platformatic/wasm-utils/pull/16
This is exactly the same problem the
@platformatic/kafkaproject was experiencing not that long ago. It's related tonpm install -g npm@latestThe latest versions are unsigned which cause

pnpm installissues with trustPolicy enabled.PR: #16