@node-rs/argon2 module could not be found
Unanswered
zmagar91 posted this in #help-forum
zmagar91OP
I am trying to implement username and password login with lucia like in the tutorial and I am getting this error:
Error: The specified module could not be found.
?\D:\Coding\social_app\node_modules@node-rs\argon2-win32-x64-msvc\argon2.win32-x64-msvc.node
My next.config.mgs
I tried to reinstall all dependencies but it didn't help. Next.js version 15.0.0-rc.0.
Error: The specified module could not be found.
?\D:\Coding\social_app\node_modules@node-rs\argon2-win32-x64-msvc\argon2.win32-x64-msvc.node
My next.config.mgs
/** @type {import('next').NextConfig} */
const nextConfig = {
serverExternalPackages: ['@node-rs/argon2'],
};
export default nextConfig;I tried to reinstall all dependencies but it didn't help. Next.js version 15.0.0-rc.0.