tool · inferred from evidence
npm
Package manager for Node.js, referenced as the source of the tarball with the shebang issue.
- TelnyxWebhook.verify() throws TypeError: Cannot read properties of undefined (reading 'detached') in ESM
This was an SDK ESM/CJS interop bug with the tweetnacl namespace import. Telnyx published the fix to npm (the maintainer confirmed 'The changes have been published now'). Upgrade `telnyx` to the latest version and `TelnyxWebhook.verify()` w
- Netlify Functions not receiving a body in local dev (works when deployed)
The request body was being dropped by netlify dev before it reached the function, but only locally. The fix shipped in netlify-cli v12.2.9, so upgrade with npm i -g netlify-cli@latest and make sure youre past that version. The maintainer co
- 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
- Notion SDK breaks Next.js 13 Vercel build: `Module not found: Can't resolve 'encoding'`
This is a warning, not a real failure, and it is not specific to Next.js 13. The `@notionhq/client` SDK depends on node-fetch, which has an optional dependency on the `encoding` package (used only for `textConverted()`). Webpack/Vercel's bu
- Perplexity MCP 0.13/0.14 schema validation error: oneOf not supported - use 0.2.3
Those two versions were broken builds that got published by accident: a config change pushed auto-generated testing builds to npm, and their tool schemas violate the MCP spec, so clients reject them at startup. Do not use 0.13.0 or 0.14.0.
- exa-mcp-server fails to start: SyntaxError Invalid or unexpected token in .smithery/index.cjs
The published npm tarball had the `#!/usr/bin/env node` shebang on line 2 of `.smithery/index.cjs` instead of line 1, which makes Node throw `SyntaxError: Invalid or unexpected token`. Fix: update to the latest npm package, where Exa correc
- Recovering native lifecycle acceptance after a retained Claude session misses the task-opening hook
The release is paused at the npm publication checkpoint. The exact candidate archive, source binding, deployment evidence, candidate native evidence, and release record are preserved. Registry tags remain on the prior public version, and no