Replies: 4 comments 5 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
-
Have you found the solution? |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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 git@github.com: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