質問編集履歴

4

Laravelをメインタグにしました

2023/05/25 13:09

投稿

ron1127
ron1127

スコア0

test CHANGED
File without changes
test CHANGED
File without changes

3

試したことを追記しました

2023/05/25 03:47

投稿

ron1127
ron1127

スコア0

test CHANGED
File without changes
test CHANGED
@@ -42,6 +42,7 @@
42
42
  ### 試したこと
43
43
  ・wsl再起動
44
44
  ・Windowsアップデート
45
+ ・新しい環境で5~6回試してみましたが、いずれも同様のエラーが発生してしまいました
45
46
 
46
47
  ご回答よろしくお願いいたします。
47
48
 

2

書式の改善

2023/05/25 03:44

投稿

ron1127
ron1127

スコア0

test CHANGED
File without changes
test CHANGED
@@ -1,6 +1,5 @@
1
1
  初投稿となるため、わかりにくい点あれば申し訳ありません。
2
2
  不足情報ありましたら追記させていただきます。
3
- ご回答よろしくお願いいたします。
4
3
 
5
4
  ### 実現したいこと
6
5
 
@@ -40,9 +39,11 @@
40
39
  Please provide your password so we can make some final adjustments to your application's permissions.
41
40
  ```
42
41
 
43
- ###試したこと
42
+ ### 試したこと
44
43
  ・wsl再起動
45
44
  ・Windowsアップデート
45
+
46
+ ご回答よろしくお願いいたします。
46
47
 
47
48
 
48
49
 

1

エラーメッセージが削除されてしまっていたので、正しいものを記載しました

2023/05/25 03:33

投稿

ron1127
ron1127

スコア0

test CHANGED
File without changes
test CHANGED
@@ -13,20 +13,39 @@
13
13
  ”Install of fakerphp/faker failed”以下が発生しているエラーになります。
14
14
  docker-compose.ymlもインストールされていませんでした。
15
15
  ```
16
- 32/36 [========================>---] 88% Install of fakerphp/faker failed
16
+ Install of fakerphp/faker failed
17
- Install of nesbot/carbon failed
17
+ Install of nesbot/carbon failed
18
+ Install of league/commonmark failed
18
- Install of laravel/framework failed
19
+ Install of laravel/framework failed
19
- Install of phpunit/phpunit failed
20
+ Install of nikic/php-parser failed
21
+ Install of psy/psysh failed
22
+ Install of hamcrest/hamcrest-php failed
23
+ Install of mockery/mockery failed
24
+ Install of sebastian/type failed
25
+ Install of sebastian/recursion-context failed
26
+
27
+ In Filesystem.php line 314:
20
28
 
21
- In Filesystem.php line 332:
22
-
23
- Could not delete /mnt/c/Users/keiju/Desktop/iii/vendor/composer/d10a1353/Fake
29
+ Could not delete /opt/iii/vendor/composer/a30b3fc1/briannesbitt-Carbon-4967
24
- rPHP-Faker-f85772a/src/Faker/Provider/sk_SK:
30
+ 128/src/Carbon/Lang:
25
31
 
26
32
 
27
- require [--dev] [--dry-run] [--prefer-source] [--prefer-dist] [--prefer-install PREFER-INSTALL] [--fixed] [--no-suggest] [--no-progress] [--no-update] [--no-install] [--update-no-dev] [-w|--update-with-dependencies]
28
- [-W|--update-with-all-dependencies] [--with-dependencies] [--with-all-dependencies] [--ignore-platform-req IGNORE-PLATFORM-REQ] [--ignore-platform-reqs] [--prefer-stable] [--prefer-lowest] [--sort-packages] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--apcu-autoloader-prefix APCU-AUTOLOADER-PREFIX] [--] [<packages>...]
33
+ create-project [-s|--stability STABILITY] [--prefer-source] [--prefer-dist] [--prefer-install PREFER-INSTALL] [--repository REPOSITORY] [--repository-url REPOSITORY-URL] [--add-repository] [--dev] [--no-dev] [--no-custom-installers] [--no-scripts] [--no-progress] [--no-secure-http] [--keep-vcs] [--remove-vcs] [--no-install] [--no-audit] [--audit-format AUDIT-FORMAT] [--ignore-platform-req IGNORE-PLATFORM-REQ] [--ignore-platform-reqs] [--ask] [--] [<package> [<directory> [<version>]]]
34
+
35
+ no configuration file provided: not found
36
+ no configuration file provided: not found
37
+ no configuration file provided: not found
38
+ no configuration file provided: not found
39
+
40
+ Please provide your password so we can make some final adjustments to your application's permissions.
29
41
  ```
42
+
43
+ ###試したこと
44
+ ・wsl再起動
45
+ ・Windowsアップデート
30
46
 
31
47
 
32
48
 
49
+
50
+
51
+