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

651
Views
No se pudo cargar la configuración desde \Project\vuejs-frontend\vite.config.js: VueJS

Mi proyecto funcionaba bien ayer, pero después de revisar el proyecto hoy, me encontré con este error al intentar ejecutar el proyecto.

Aquí está mi archivo vite.config.js :

 import { fileURLToPath, URL } from "node:url"; import { defineConfig } from "vite"; import vue from "@vitejs/plugin-vue"; // https://vitejs.dev/config/ export default defineConfig({ plugins: [vue()], resolve: { alias: { "@": fileURLToPath(new URL("./src", import.meta.url)), }, }, });

Aquí está el error que estoy recibiendo:

 failed to load config from C:\Users\Desktop\Learn\Project\vuejs-frontend\vite.config.js error when starting dev server: Error: The service was stopped at C:\Users\Desktop\Learn\Project\vuejs-frontend\node_modules\esbuild\lib\main.js:1337:25 at C:\Users\Desktop\Learn\Project\vuejs-frontend\node_modules\esbuild\lib\main.js:666:9 at Socket.afterClose (C:\Users\Desktop\Learn\Project\vuejs-frontend\node_modules\esbuild\lib\main.js:644:7) at Socket.emit (node:events:539:35) at endReadableNT (node:internal/streams/readable:1345:12) at processTicksAndRejections (node:internal/process/task_queues:83:21)

Por favor, comparte conmigo cualquier consejo útil que sepas. Gracias

about 4 years ago · Santiago Gelvez
1 answers
Answer question

0

Verifique la versión de su nodo, en mi caso, actualizo la versión de mi nodo {nodo: 'v14.17.6'} como se muestra a continuación, y todo va bien.

--- Registro --- paquete: 'vite@3.0.2', requerido: { nodo: '^14.18.0 || >=16.0.0' }, actual: { nodo: 'v14.17.6', npm: '8.15.0' }

espero que ayude

about 4 years ago · Santiago Gelvez 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!