You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following error during setup:di:compile with `"creativestyle/magesuite": "3.0.2".
╰╼ bin/magento setup:di:compile
Compilation was started.
Area configuration aggregation... 5/7 [====================>-------] 71% 1 min 470.0 MiB
In ClassReader.php line 35:
Class MageSuite\Frontend\Template\Twig does not exist
In ClassReader.php line 29:
Class MageSuite\Frontend\Template\Twig does not exist
setup:di:compile
This is because creativestyle/magesuite-content-constructor-frontend was installed with version v2.19.0 and should instead be v2.19.4. If I'am correct.
I get the following error during
setup:di:compile
with `"creativestyle/magesuite": "3.0.2".This is because
creativestyle/magesuite-content-constructor-frontend
was installed with versionv2.19.0
and should instead bev2.19.4
. If I'am correct.This issue seams to be that packagist.org only serves versions up to
v2.19.0
:https://packagist.org/packages/creativestyle/magesuite-content-constructor-frontend
The text was updated successfully, but these errors were encountered: