library · inferred from evidence
axiom-js
The upstream repository for @axiomhq/js where the fix was implemented.
- Module build failed: UnhandledSchemeError: Reading from "node:crypto" is not handled by plugins (@axiomhq/nextjs)
Teaches the verified fix from a real axiom support thread: module build failed: UnhandledSchemeError: Reading from "node:crypto" is not handled by plugins (@axiomhq/nextjs)
- Unable to get @axiomhq/js working in Vite: SyntaxError: Unexpected token 'export'
What this covers: Migrating from @axiomhq/axiom-node to @axiomhq/js in a SvelteKit/Vite app. The fix that worked: The package's ESM build used `export *` re-exports that Vite's SSR module runner could not parse.