Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

169
Views
Mensaje de error "error:0308010C:rutinas de sobres digitales::no admitidas"

Creé el proyecto IntelliJ IDEA React predeterminado y obtuve esto:

 Error: error:0308010C:digital envelope routines::unsupported at new Hash (node:internal/crypto/hash:67:19) at Object.createHash (node:crypto:130:10) at module.exports (/Users/user/Programming Documents/WebServer/untitled/node_modules/webpack/lib/util/createHash.js:135:53) at NormalModule._initBuildHash (/Users/user/Programming Documents/WebServer/untitled/node_modules/webpack/lib/NormalModule.js:417:16) at handleParseError (/Users/user/Programming Documents/WebServer/untitled/node_modules/webpack/lib/NormalModule.js:471:10) at /Users/user/Programming Documents/WebServer/untitled/node_modules/webpack/lib/NormalModule.js:503:5 at /Users/user/Programming Documents/WebServer/untitled/node_modules/webpack/lib/NormalModule.js:358:12 at /Users/user/Programming Documents/WebServer/untitled/node_modules/loader-runner/lib/LoaderRunner.js:373:3 at iterateNormalLoaders (/Users/user/Programming Documents/WebServer/untitled/node_modules/loader-runner/lib/LoaderRunner.js:214:10) at iterateNormalLoaders (/Users/user/Programming Documents/WebServer/untitled/node_modules/loader-runner/lib/LoaderRunner.js:221:10) /Users/user/Programming Documents/WebServer/untitled/node_modules/react-scripts/scripts/start.js:19 throw err; ^

Parece ser un problema reciente: webpack se encontró con esto hace 4 días y todavía está trabajando en ello .

over 4 years ago · Santiago Trujillo
3 answers
Answer question

0

Aquí hay dos opciones ahora:

1. Intente desinstalar Node.js versión 17+ y reinstale Node.js versión 16+

2. Abra la terminal y péguelos como se describe:

Linux y Mac OS (windows git bash)-

 export NODE_OPTIONS=--openssl-legacy-provider

Símbolo del sistema de Windows-

 set NODE_OPTIONS=--openssl-legacy-provider

Enlace de referencia.

over 4 years ago · Santiago Trujillo Report

0

En su paquete.json: cambie esta línea

 "start": "react-scripts start"

para

 "start": "react-scripts --openssl-legacy-provider start"
over 4 years ago · Santiago Trujillo Report

0

Si usamos la versión LTS actual de Node.js, este error no aparecerá. Rebaje su versión de Node.js a la versión LTS actual (16.13.0).

Puede haber varias formas de instalar la versión requerida. Uno de ellos está usando nvm (administrador de versiones de Node.js).

  • Paso 1: Instale nvm (si no está instalado, siga Instalar Node.js localmente con Node Version Manager (nvm) )

  • Paso 2: nvm install 16.13.0 (o lts)

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!