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:
- Your code is correct - I've verified all the files you edited
- The error is in the environment's node_modules - Not fixable by code changes
- The manual edit of
tsconfig.node.jsonmentioned 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.
