Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

when using pbkdf2Sync with rollup getting createhmac is not a function #222

Open
last-Programmer opened this issue May 16, 2023 · 0 comments

Comments

@last-Programmer
Copy link

We re using pbkdf2sync in our application and we use rollup with esm bundling.

When we run our application we get error

Uncaught (in promise) TypeError: createHmac$1 is not a function
at pbkdf2 (sync.js:37:13)
at Encryption.getHash (Encryption.ts:16:13)
at Controller.ts:173:32

Thanks in advance for the help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant