Replies: 3 comments 3 replies
-
I am having this trouble on WIndows 10 ... Any solution ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Any solution for this Error ! |
Beta Was this translation helpful? Give feedback.
1 reply
-
same issue here
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to install laravel 10 on
WSL
and I'm getting an error about failing to installfakerphp/faker
.In
composer.json
I can seeBut for some reason composer seems to lock faker at
v1.22.0
:And then further down as the installation continues:
I assume locking
faker
atv1.22.0
is the problem.I have tried several methods, all resulting in the same error:
composer create-project laravel/laravel
git clone [email protected]:laravel/laravel.git && cd laravel && composer install
I don't have trouble installing laravel on a linux system (Fedora).
ps. Bringing
compose.lock
file from the fedora system to WSL did nothing to address this issue.Environment:
Beta Was this translation helpful? Give feedback.
All reactions