statamic / cli

Install and manage your Statamic projects from the command line.
71 stars 19 forks source link

Can't install Starter Kits currently #70

Closed robdekort closed 2 months ago

robdekort commented 2 months ago

I know we've seen this issue before, but I can't remember what it was then. Currently we can't seem to install any starter kit using the CLI or using pls starter-kit:install:

In NewCommand.php line 555: There was a problem installing Statamic with the chosen starter kit!
duncanmcclean commented 2 months ago

Can you provide the full command you're trying to run?

robdekort commented 2 months ago

statamic new site -> pick any kit statamic new site vendor/kit statamic new && php please starter-kit:install vendor/kit

duncanmcclean commented 2 months ago

Do you have anything in your ~/.composer/config.json pointing to local starter kit repositories?

robdekort commented 2 months ago

Yeah, but I don't use the local flag here. Folks mail me when they can't install Peak, so I got pointed to this issue by someone else.

duncanmcclean commented 2 months ago

I'll take a look 👍

robdekort commented 2 months ago

Yeah best try installing one I guess, fairly positive it should crap out for you as well.

duncanmcclean commented 2 months ago

I've opened a PR in Core which'll fix this: https://github.com/statamic/cms/pull/9950

robdekort commented 2 months ago

Nice, much appreciated.