raheel3031
tiptapeditor errors
i have installed tiptapeditor but it is causing problems
Problem 1
- Root composer.json requires spatie/shiki-php ^1.3.0, found spatie/shiki-php[1.3.0] but the package is fixed to 2.1.0 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
You can also try re-running composer require with an explicit version constraint, e.g. "composer require z3d0x/filament-fabricator:*" to figure out if any version is installable, or "composer require z3d0x/filament-fabricator:^2.1" if you know which you need.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
3 replies
Livewire only supports one HTML element per component. Multiple root elements detected for component
Error message I get:
Livewire only supports one HTML element per component. Multiple root elements detected for component: [auth.forgot-password-page]
16 replies