Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

177
Vistas
Error when redeploying my react app with nodemon it keeps sayings "Plugin "react" was conflicted between "package.json » eslint-config-react"-app »

I'm starting a new React app and if I start it with npm start I have no problem but if I start it with nodemon I start having Plugin "react" was conflicted between "package.json » eslint-config-react-app » each time I redeploy my application :

Console screenshot

Error's Screenshot

I have read this topic : Error when deploying react app and it keeps sayings << Plugin "react" was conflicted between "package.json » eslint-config-react-app » >> and each time I save my package.json the error disappears and each time I change my code it comes back.

I tried :

  • removing my node_modules folder and npm install
  • downgrading eslint-config-react-app to the version 6

I am still very new to nodeJS development, I don't know what I am doing wrong.

Thanks in advance

about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

nodemon is for node.js it wouldn't make sense to run nodemon with React. If you're trying to use a backend service with node.js then you would run nodemon on your server file (e.g. nodemon server.js or nodemon index.js). But these should be seperate from your React app folder. For example you could have the following:

|Root
   |backend
      -server.js
   |client
      |src
         -app.js

or like this:

|Root
   -server.js
   |client
      |src
         -app.js

You would then run two seperate calls. While in the server.js folder you would run nodemon server.js. Then in the client folder you would run npm start but make sure you are running them on different tabs of your command-line interface. They should be running simultaneously.

about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda