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
It's won't build in Node 14. It's an issue with packages using C++ bindings. Here's a similar topic of the same happening with another package Project-OSRM/osrm-backend#5720
npm install argon2 on Node 14 to reproduce
The text was updated successfully, but these errors were encountered:
It looks like version 0.27 works fine but it's not released on npm or tagged here. Please release to NPM. In the meantime the workaround is to install straight form the repo in package.json "argon2": "github:ranisalt/node-argon2#master",
It's won't build in Node 14. It's an issue with packages using C++ bindings. Here's a similar topic of the same happening with another package Project-OSRM/osrm-backend#5720
npm install argon2
on Node 14 to reproduceThe text was updated successfully, but these errors were encountered: