npm install -g pnpm
or delete the 'pnpm-lock.yaml' file and install dependencies with either yarn or npm.pnpm install
. If you are not using 'pnpm', after (1) above, install dependecies using yarn
or npm install
depending on your package managerpnpm dev
or yarn dev
or npm run dev
to start the server at localhost:3000
Watched James Quick SvelteKit crash course