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
You should also check the upgrading guide and changelogs for any packages you update. The [`vite` migrations guide](https://vitejs.dev/guide/migration.html) is available on their website.
23
23
24
-
2. Ensure your `package.json` contains `"type": "modules"`.
24
+
2. Ensure your `package.json` contains `"type": "module"`.
25
25
26
26
Run the following command in your project's root directory or anywhere you have your `package.json` files:
0 commit comments