To initiate a new Studio without installing the CLI globally:
npm create sanity@latest
To upgrade a v3 Studio, run this command in its folder:
npm install sanity@latest
- Fixes a potential crash in certain javascript environments when trying to access process.env
- Errors occuring during a migration now provides more details