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 tested the code locally and it seems to be working without any issues on different operation systems. Tried to force rebuild the package with the command pnpm rebuild argon2 but it doesn't seem to actually run the sources compilation process and uses the pre-built binary instead.
With 0.31.2 everything works without any problems on the same environment.
The text was updated successfully, but these errors were encountered:
Can you share a reproduction? Ideally within a Docker container, you can use the centos:centos8 image as a base.
With that said, considering CentOS 8 reached end-of-life over 2 years ago it's a bit hard to provide support - you really shouldn't be using it (dismiss the info if you're on CentOS Stream 8 instead)
You can force building from source on NPM setting the environment variable npm_config_build_from_source=true, try that with pnpm
I'm having problems running this package on Centos8 server.
Error details:
Environment
argon2 version:
0.40.1
OS:
Centos8
Node:
v20.2.0
Package manager:
pnpm
I tested the code locally and it seems to be working without any issues on different operation systems. Tried to force rebuild the package with the command
pnpm rebuild argon2
but it doesn't seem to actually run the sources compilation process and uses the pre-built binary instead.With
0.31.2
everything works without any problems on the same environment.The text was updated successfully, but these errors were encountered: