Results 3 comments of Iacopo Ciao

@arjunfulp You can avoid passing the flag in the `npm install` command by adding `openssl_fips` to the npm configuration: ```bash npm config set openssl_fips '' ```