-
-
Notifications
You must be signed in to change notification settings - Fork 69
Closed
Labels
Description
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!