cli icon indicating copy to clipboard operation
cli copied to clipboard

Can't create a new site on Windows 11

Open the-goodies opened this issue 1 year ago • 1 comments

statamic new example

              $$\                $$\                             $$\
              $$ |               $$ |                            \__|
  $$$$$$$\ $$$$$$\    $$$$$$\ $$$$$$\    $$$$$$\   $$$$$$$$$$\  $$\  $$$$$$$\
  $$  _____|\_$$  _|   \____$$\_$$  _|   \____$$\  $$  _$$  _$$\ $$ |$$  _____|
  $$$$$$\     $$ |     $$$$$$$ | $$ |     $$$$$$$ |$$ / $$ / $$ |$$ |$$ /
   \____$$\   $$ |$$\ $$  __$$ | $$ |$$\ $$  __$$ |$$ | $$ | $$ |$$ |$$ |
  $$$$$$$  |  \$$$$  |\$$$$$$$ | \$$$$  |\$$$$$$$ |$$ | $$ | $$ |$$ |\$$$$$$$\
  \_______/    \____/  \_______|  \____/  \_______|\__| \__| \__|\__| \_______|


In Prompt.php line 379:

  Prompts is not currently supported on Windows. Please use WSL or configure a fallback.


new [--dev] [--license [LICENSE]] [--local] [--with-config] [--without-dependencies] [-p|--addon [ADDON]] [-f|--force] [--] <name> [<starter-kit>]

the-goodies avatar May 09 '24 16:05 the-goodies

You can require version 2.6.0 until we fix this on Windows.

composer global require statamic/cli:2.6.0

jasonvarga avatar May 09 '24 16:05 jasonvarga