#Can't create a custom folder in project initialization

5 messages · Page 1 of 1 (latest)

forest phoenix
#

I first created an a starlight project 2 weeks ago, it used to allow me to choose my folder directory and would make a random one.

but now it does not allow this and just creates a path for starlight/tailwind. Is this an intended change? here's my previous log:

(Use `node --trace-warnings ...` to show where the warning was created)

> npx
> create-astro --template starlight/tailwind

 astro   Launch sequence initiated.

   dir   Where should we create your new project?
         ./major-mars
      ◼  tmpl Using starlight/tailwind as project template```

cc @empty vine
empty vine
#

It’s actually just a visual big, if you type in your file name it should still work

Tested this locally, @spark finch explained it to me

#

Not at my desk atm sorry

forest phoenix
#

Here is my current experience:


> npx
> create-astro starlight/tailwind


 astro   Launch sequence initiated.

      ◼  dir Using starlight/tailwind as project directory

  tmpl   How would you like to start your new project?
> A basic, minimal starter (recommended)
         — Use blog template 
         — Use docs (Starlight) template 

the folder creation stage is completely skipped

forest phoenix
#

even if i specify a command like
npm create astro@latest -- --template starlight/tailwind test_folder

it just creates a new folder starlight/tailwind