ERR_CRYPTO_SCRYPT_INVALID_PARAMETER
向 crypto.scrypt() 或 crypto.scryptSync() 传递了不兼容的选项组合。Node.js 的新版本改为使用错误代码 ERR_INCOMPATIBLE_OPTION_PAIR,这与其他 API 保持一致。
【An incompatible combination of options was passed to crypto.scrypt() or
crypto.scryptSync(). New versions of Node.js use the error code
ERR_INCOMPATIBLE_OPTION_PAIR instead, which is consistent with other APIs.】