nystudio107 / craft

nystudio107 Craft 3 CMS scaffolding project
BSD Zero Clause License
291 stars 85 forks source link

Installer stops after creating directory #73

Closed andersonlyle closed 2 years ago

andersonlyle commented 2 years ago

I've been trying to get everything installed, but the installation script dies right after creating the project. I've tried deleting all the docker volumes, uninstalling and reinstalling docker, but no change. I'm on an M1 Mac with V 4.3.2 of docker desktop.

composer create-project nystudio107/craft:dev-craft-vite testvite --no-install --remove-vcs

Creating a "nystudio107/craft:dev-craft-vite" project at "./testvite" Installing nystudio107/craft (dev-craft-vite 87fcc798f235eb170b395f6e019fb06cb9e93997)

Any help would be appreciated! Thanks!

cavellblood commented 2 years ago

I think you're doing it right. Now you'll need to cd into that new directory with cd testvite. From there you should be able to get things going by typing make dev in that directory.

The output that you shared above is just showing you that it successfully created that new project from the composer template.

andersonlyle commented 2 years ago

You're right, stupid mistake, it's loading fine now!