8bit-echo/sage-vite

Not working for me

craftercis opened this issue · 2 comments

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?

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.

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?