[Vuejs]-Problem with package in Vite + Inertia + Laravel

0👍

Solved.
If anyone has the same problem.

  • remove new lines in vite.config.js
  • rm -rf node_modules package-lock.json
  • update npm and node to last versions
  • npm install
  • npm run build

all run correctly

Leave a comment