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
npx sv create creates folder " (hit Enter to use './')" when not entering a folder for prompt "Where would you like your project to be created?"
Version v0.8.4 - This seems to work correctly in v0.8.3
❯ npx sv create
┌ Welcome to the Svelte CLI! (v0.8.4)
│
◇ Where would you like your project to be created?
│ (hit Enter to use './')
│
◇ Which template would you like?
│ SvelteKit minimal
│
◇ Add type checking with TypeScript?
│ Yes, using TypeScript syntax
│
◆ Project created
│
◇ What would you like to add to your project? (use arrow keys / space bar)
│ none
│
◇ Which package manager do you want to install dependencies with?
│ npm
│
◆ Successfully installed dependencies
│
◇ Project next steps ─────────────────────────────────────────────────────╮
│ │
│ 1: cd " (hit Enter to use './')" │
│ 2: git init && git add -A && git commit -m "Initial commit" (optional) │
│ 3: npm run dev -- --open │
│ │
│ To close the dev server, hit Ctrl-C │
│ │
│ Stuck? Visit us at https://svelte.dev/chat │
│ │
├──────────────────────────────────────────────────────────────────────────╯
│
└ You're all set!
The text was updated successfully, but these errors were encountered:
npx sv create creates folder " (hit Enter to use './')" when not entering a folder for prompt "Where would you like your project to be created?"
Version v0.8.4 - This seems to work correctly in v0.8.3
The text was updated successfully, but these errors were encountered: