You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed view:install failing on every react, vue, and svelte setup after vite 8 shipped. Frontend packages are now pinned to versions that work together instead of resolving to whatever npm's latest is.
Fixed view:install reporting success even when npm or composer failed, which left half-scaffolded apps that crash on the first request. Failures now stop the setup and say so.
Fixed the react setup passing a stray npm install prefix into the package list.