1.0.0 • Published 8 months ago

@mondayorsunday/keycloak-cjs v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
8 months ago

Problem

I try to import the package @keycloak/keycloak-admin-client@26.1.4 and it throws ERR_REQUIRE_ESM with my NestJS server application (use commonjs).

Solution

I setup an npm package and use esbuild to bundle keycloak-nodejs-admin-client and then export the js file with its index.d.ts file. Then I install my package and use it in my source code

1.0.0

8 months ago