Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working for me #13

Open
craftercis opened this issue Sep 13, 2022 · 2 comments
Open

Not working for me #13

craftercis opened this issue Sep 13, 2022 · 2 comments

Comments

@craftercis
Copy link

Hey,

Sorry but this is not working for me. I installed all the requirements and followed the steps listed. But when I click on preview theme in WP this is the error I get:

Sage › Error
Autoloader not found.
You must run composer install from the Sage directory.

Can you help me with this?

@craftercis
Copy link
Author

These are problems that i'm getting when create a new theme with your command. Is that the problem? And how should I fix that? Sorry I'm pretty new with this stuff :)

Problem 1 - illuminate/config is locked to version v5.6.39 and an update of this package was not requested. - illuminate/config v5.6.39 requires php ^7.1.3 -> your php version (8.1.10) does not satisfy that requirement. Problem 2 - illuminate/container is locked to version v5.6.39 and an update of this package was not requested. - illuminate/container v5.6.39 requires php ^7.1.3 -> your php version (8.1.10) does not satisfy that requirement. Problem 3 - illuminate/contracts is locked to version v5.6.39 and an update of this package was not requested. - illuminate/contracts v5.6.39 requires php ^7.1.3 -> your php version (8.1.10) does not satisfy that requirement. Problem 4 - illuminate/events is locked to version v5.6.39 and an update of this package was not requested. - illuminate/events v5.6.39 requires php ^7.1.3 -> your php version (8.1.10) does not satisfy that requirement. Problem 5 - illuminate/filesystem is locked to version v5.6.39 and an update of this package was not requested. - illuminate/filesystem v5.6.39 requires php ^7.1.3 -> your php version (8.1.10) does not satisfy that requirement. Problem 6 - illuminate/support is locked to version v5.6.39 and an update of this package was not requested. - illuminate/support v5.6.39 requires php ^7.1.3 -> your php version (8.1.10) does not satisfy that requirement. Problem 7 - illuminate/view is locked to version v5.6.39 and an update of this package was not requested. - illuminate/view v5.6.39 requires php ^7.1.3 -> your php version (8.1.10) does not satisfy that requirement. Problem 8 - illuminate/config v5.6.39 requires php ^7.1.3 -> your php version (8.1.10) does not satisfy that requirement. - roots/sage-lib 9.0.9 requires illuminate/config ~5.6 -> satisfiable by illuminate/config[v5.6.39]. - roots/sage-lib is locked to version 9.0.9 and an update of this package was not requested.

@craftercis
Copy link
Author

craftercis commented Sep 13, 2022

Okay. Its now kinda working. I fired this command:
composer install --ignore-platform-reqs

in the theme folder. I activated the react script but there are no graphics. Only a button and text. When you create a standard vite/react app there are also logo's with animations. Is there anything I'm doing wrong?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant