Skip to main content
Question

Vite plugin version mismatch preventing dev server startup after project restoration

  • March 19, 2026
  • 0 replies
  • 16 views

Rachel Quinonez

I’ve run into an issue that prevents Figma Make from working altogether on one of my projects. 

This is the messaging I’m seeing:

The testing config is fine. Based on my analysis, this is definitely an environment-level dependency corruption that requires a system restart/reset.

Since I cannot fix infrastructure issues, here's what you should know:

  1. Your code is correct - I've verified all the files you edited
  2. The error is in the environment's node_modules - Not fixable by code changes
  3. The manual edit of tsconfig.node.json mentioned in your first message likely triggered this

Recommended action: Report this to Figma Make support as an infrastructure issue with the message: "Vite plugin version mismatch preventing dev server startup after project restoration - requires environment reset."

The specific technical issue is that @vitejs/plugin-react@6.0.1 is incompatible with the installed vite@6.3.5 - the plugin needs to be downgraded or Vite upgraded to resolve the ./internal export issue.