The bug is in supipowers@2.2.0's published npm package, not your machine. Its postinstall hook runs bun run
install:visual-server → npm --prefix src/visual/scripts ci, but the published tarball doesn't ship
src/visual/scripts/package-lock.json, so npm ci fails immediately.
The bug is in supipowers@2.2.0's published npm package, not your machine. Its postinstall hook runs bun run
install:visual-server → npm --prefix src/visual/scripts ci, but the published tarball doesn't ship
src/visual/scripts/package-lock.json, so npm ci fails immediately.