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
siuangie91
changed the title
Change package.json to reference currently used version of Svelte Kit
Update SvelteKit version to @sveltejs/[email protected]Dec 15, 2022
siuangie91
changed the title
Update SvelteKit version to @sveltejs/[email protected]
Update SvelteKit version to 1.0.0-next.588 to prep for migration to 1.0
Dec 15, 2022
Not found: /
Error: Not found: /
at resolve (svelte-pokedex/.svelte-kit/runtime/server/index.js:3523:14)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async respond (svelte-pokedex/.svelte-kit/runtime/server/index.js:3402:20)
at async svelte-pokedex/node_modules/@sveltejs/kit/dist/vite.js:1539:22
/pokemon/:name
Not found: /pokemon/leafeon
Error: Not found: /pokemon/leafeon
at resolve (file://svelte-pokedex/.svelte-kit/runtime/server/index.js:3523:14)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async respond (svelte-pokedex/.svelte-kit/runtime/server/index.js:3402:20)
at async svelte-pokedex/node_modules/@sveltejs/kit/dist/vite.js:1539:22
SvelteKit 1.0 was just released. This app is still on the beta version.
Before migrating to 1.0, need to update to the last one before 1.0. Probably should do an
npm install --save-exact
for all of these.1. Lock in current version so that
main
uses the exact version.Update
package.json
so thatnpm install
installs the exact version it's on right now, and notnext
.svelte-pokedex/package.json
Line 29 in b719727
svelte-pokedex/package.json
Line 31 in b719727
From
package-lock.json
, the exact versions are:svelte-pokedex/package-lock.json
Lines 2745 to 2746 in b719727
svelte-pokedex/package-lock.json
Lines 2797 to 2798 in b719727
2. Upgrade to
1.0.0-next.588
.@sveltejs/[email protected]
.@sveltejs/[email protected]
.Full details in sveltejs/kit#5774.
Migration to 1.0 will be done in #96
The text was updated successfully, but these errors were encountered: