seothemes / genesis-starter-theme

A starter theme for the Genesis Framework with a modern development workflow
https://demo.seothemes.com/genesis-starter
145 stars 39 forks source link

Install error #31

Closed bisonbrah closed 4 years ago

bisonbrah commented 5 years ago

Im getting the following message when attempting to instal via cmd - all required assets are there FYI

`composer create-project seothemes/genesis-starter-theme hhgr-athletic dev-master && cd "$(\ls -1dt ./*/ | head -n 1)" && npm install && gulp Installing seothemes/genesis-starter-theme (dev-master 4423669a4c71950ae5bab568108598d94034189f)

Potential causes:

Read https://getcomposer.org/doc/articles/troubleshooting.md for further common problems. `

seothemes commented 5 years ago

It looks like the package hasn’t been automatically updated. For now just clone the repo instead of using composer create-project

bisonbrah commented 5 years ago

Right on - thanks man, I guess keep this open until this is corrected?

seothemes commented 5 years ago

Yep, we’ll keep this one open until it’s fixed.

bisonbrah commented 5 years ago

Any update on this?

bisonbrah commented 5 years ago

Any update on this?

seothemes commented 5 years ago

@bisonbrah I’ve been working on a major update which removes the non-dev composer packages so this issue will be resolved when I push those changes

seothemes commented 5 years ago

This should be fixed now.

seothemes commented 5 years ago

@bisonbrah want to test it out? Make sure you run composer clear-cache first.

bisonbrah commented 5 years ago

Seeing this now; but it appears theme install properly?!

`composer create-project seothemes/genesis-starter-theme airspace-custom dev-master && cd "$(\ls -1dt ./*/ | head -n 1)" && npm install && npm run build Installing seothemes/genesis-starter-theme (dev-master 4967d6e230a784ab4e3cc83737de7cae7cd75721)

Potential causes:

Read https://getcomposer.org/doc/articles/troubleshooting.md for further common problems. `

seothemes commented 5 years ago

Ok, did you run composer clear-cache first? The D2 packages are no longer dependencies so it shouldn't be trying to load them.

nielszandberg commented 5 years ago

Hi seothemes,

I got the same kind of messages when I tried to install via terminal.

Problem 1

Potential causes:

seothemes commented 5 years ago

@nielszandberg fixed in 02e5b88. Try now with composer require seothemes/genesis-starter-theme:dev-master

colinduwe commented 4 years ago

Master composer.json still requires seothemes/genesis-config-exporter 3.5.1 does not. What is genesis-config-exporter? Is it really required?

seothemes commented 4 years ago

@colinduwe genesis-config-exporter is only needed for commercial theme developers. It automatically generates the config files to be used by the Genesis Onboarding feature. https://github.com/seothemes/genesis-config-exporter

It's only a dev dependency, feel free to remove it from the composer.json file.