79257475

Date: 2024-12-06 09:31:43
Score: 1
Natty:
Report link

if it's a script inside package.json you can try:

"build": "export NODE_OPTIONS=--openssl-legacy-provider; REST OF YOUR COMMAND"

or try to add a .npmrc file with

node-options=--openssl-legacy-provider

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Sulkazor