@mondayorsunday/keycloak-cjs
v1.0.0
Published
I try to import the package @keycloak/[email protected] and it throws ERR_REQUIRE_ESM with my NestJS server application (use commonjs).
Downloads
9
Readme
Problem
I try to import the package @keycloak/[email protected] 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
