Argon2 is difficult to get working with Angular 8 on MacOS: actually not working at all
问题 I am working with: MacOS Mojave Angular 8 node v12.12.0 npm v6.13.4 and trying to make Argon2 to work in my Angular 8 app. In order to use Argon2 it is required to install gcc and node-gyp globally. I did install them as indicated on the npm pages of Argon2. GCC v9 was installed. But, I had repeatedly problems executing: CXX=g++-9 npm install I kept getting errors about stdlib++ . I tried using Apple's CLang++ and got a successful build with: CXX=clang++ npm install I imported argon2 in my