in react-vite-nx example are missed dependencies
package.json file
{ "name": "react-vite-nx", "version": "1.0.0", "description": "", "scripts": { "dev": "vite", "build": "vite build --mode development", "build:prod": "vite build", "serve": "vite preview" }, "repository": { "type": "git", "url": "https://github.com/ZephyrCloudIO/zephyr-mono.git" }, "private": true }