node:crypto functions
# workers-help
j
I'm trying to use node:crypto functions in my code, but I am receiving errors. I get the error attached in the IDE. But then I get intellisense which shows me those crypto functions. I have the compatibility_flags = [ "nodejs_compat" ] in my wrangler.toml.
and I guess as expected I get the error ``TypeError: crypto.scryptSync is not a function``
do I need to install something?
k
j
my bad, can't believe I missed that