awcodes / filament-tiptap-editor

A Rich Text Editor plugin for Filament Forms.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error during installation

mortezaashrafi opened this issue · comments

Filament Version

v3.1.47

Plugin Version

v3.0

PHP Version

PHP 8.1

Problem description

There is an error during installation
require(C:\Users\XXX\XXX\Documents\GitHub\XXXX\vendor\composer/../awcodes/filament-tiptap-editor/tests/helpers.php):
Failed to open stream: No such file or directory

Expected behavior

Review and announcement to fix the problem

Steps to reproduce

rm -rf vendor
composer install
composer dump-autoload

Reproduction repository

No response

Relevant log output

require(C:\Users\XXX\XXX\Documents\GitHub\XXX\vendor\composer/../awcodes/filament-tiptap-editor/tests/helpers.php):   
   Failed to open stream: No such file or directory

For some reason on windows composer strips the ^ on install. Make sure the versions number is ^3.0 and run composer update instead.