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

388
Views
Eslint da error en la primera línea del archivo

ingrese la descripción de la imagen aquí

¿Qué es este error en la primera línea del archivo? Apareció en cada archivo y cuando paso el mouse sobre él, dice:

 Parsing error: require() of ES Module F:\web\React Native\dog_food\node_modules\eslint-scope\lib\definition.js from F:\web\React Native\dog_food\node_modules\babel-eslint\lib\require-from-eslint.js not supported. Instead change the require of definition.js in F:\web\React Native\dog_food\node_modules\babel-eslint\lib\require-from-eslint.js to a dynamic import() which is available in all CommonJS modules.eslint
about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Tal vez use el analizador obsoleto babel-eslint , intente instalar @babel/eslint-parser y agréguelo al campo "parser" en el archivo de configuración de eslint

 $ yarn remove babel-eslint $ yarn add --dev @babel/eslint-parser

.eslintrc.json

 { ... "parser": "@babel/eslint-parser", ... }

y recarga tu IDE

about 4 years ago · Juan Pablo Isaza 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!