You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have case, when I need to use external library to hash passwords (argon2) in my netlify functions.
On netlify servers it's works fine. But when I'm trying to use netlify functions:serve on local machine I get this error:
No loader is configured for ".node" files: node_modules/argon2/lib/binding/napi-v3/argon2.node
node_modules/argon2/argon2.js:12:12:
12 │ } = require("./lib/binding/napi-v3/argon2.node");
Steps to reproduce:
create function with importing dependency argon2
The text was updated successfully, but these errors were encountered:
I have case, when I need to use external library to hash passwords (argon2) in my netlify functions.
On netlify servers it's works fine. But when I'm trying to use
netlify functions:serve
on local machine I get this error:Steps to reproduce:
argon2
The text was updated successfully, but these errors were encountered: