質問編集履歴

2

タイトル修正

2020/11/20 23:03

投稿

gasyu
gasyu

スコア7

test CHANGED
@@ -1 +1 @@
1
- Could not open input file: compser の解決方法
1
+ Could not open input file: composer の解決方法
test CHANGED
@@ -20,7 +20,7 @@
20
20
 
21
21
  そして、composer install でvendorフォルダをインストールしようとしましたが
22
22
 
23
- 「Could not open input file: compser」とでてしまい上手くいきません
23
+ 「Could not open input file: composer」とでてしまい上手くいきません
24
24
 
25
25
 
26
26
 

1

質問時のコード表記の綴りが間違っていたので修正しました。 質問にも書いてありますが、記述関係なしに同じエラーがでてしまいます。

2020/11/20 23:03

投稿

gasyu
gasyu

スコア7

test CHANGED
File without changes
test CHANGED
@@ -36,7 +36,7 @@
36
36
 
37
37
  ```
38
38
 
39
- Could not open input file: compser
39
+ Could not open input file: composer
40
40
 
41
41
  ```
42
42
 
@@ -48,9 +48,9 @@
48
48
 
49
49
  ```
50
50
 
51
- [xxxxxxxxxx@xxxx ~]$ /usr/local/bin/php7.4 compser install --no-dev
51
+ [xxxxxxxxxx@xxxx ~]$ /usr/local/bin/php7.4 composer install --no-dev
52
52
 
53
- Could not open input file: compser
53
+ Could not open input file: composer
54
54
 
55
55
  ```
56
56
 
@@ -66,7 +66,7 @@
66
66
 
67
67
  しかし、それ以外のコマンドは上手くいかなく
68
68
 
69
- composer install の綴りが多少間違ていても、そのエラーがでます
69
+ composer install の綴りが多少間違ていても、同じエラーがでます
70
70
 
71
71
 
72
72