library · inferred from evidence
@vonage/server-client
A library referenced in the workaround with a specific version pin.
- Cannot find module './auth.js' from 'node_modules/@vonage/auth/dist/cjs/index.cjs'
A September release shipped a misconfigured TypeScript build / package.json exports map, so the ESM/CJS entry points referenced built files (e.g. `./auth.js`) that were not emitted. Workaround that was shared: `npm cache clean --force` and