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

340
Views
npm empieza a no funcionar | No carga la aplicación React

El comando de npm start no progresa después del punto inferior -

ingrese la descripción de la imagen aquí

La aplicación no se carga debido a esto.

A continuación se muestra el paquete.json:

 { "name": "reacttest", "version": "0.1.0", "private": true, "dependencies": { "@material-ui/core": "^4.12.1", "@material-ui/data-grid": "^4.0.0-alpha.33", "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^11.2.7", "@testing-library/user-event": "^12.8.3", "react": "^17.0.2", "react-dom": "^17.0.2", "react-facebook-login": "^4.1.1", "react-google-login": "^5.2.2", "react-redux": "^7.2.4", "react-scripts": "4.0.3", "redux": "^4.1.0", "web-vitals": "^1.1.2" }, "scripts": { "start": "set HTTPS=true&&react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject" }, "eslintConfig": { "extends": [ "react-app", "react-app/jest" ] }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] } }
over 4 years ago · Santiago Trujillo
2 answers
Answer question

0

Windows (cmd.exe)

 set HTTPS=true&&npm start

Windows (PowerShell)

 ($env:HTTPS = "true") -and (npm start)

Linux, mac OS (Bash)

 HTTPS=true npm start
over 4 years ago · Santiago Trujillo Report

0

agregar variable en .env

 REACT_APP_HTTPS = true

y en guion

 "scripts": { "start": "react-scripts start", .... }

luego ejecute npm start y vea.

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!