質問編集履歴

2

『yarn -v』の結果を追記

2020/06/01 22:19

投稿

ryouya
ryouya

スコア14

test CHANGED
File without changes
test CHANGED
@@ -24,7 +24,7 @@
24
24
 
25
25
  #試したこと
26
26
 
27
- `yarn`がインストールされていないとのことなので、`Dockerfile`に追記。
27
+ ####`yarn`がインストールされていないとのことなので、`Dockerfile`に追記。
28
28
 
29
29
  ```Dockerfile
30
30
 
@@ -66,6 +66,12 @@
66
66
 
67
67
  E: Unable to locate package yarn
68
68
 
69
+
70
+
71
+ root@da3aa33866d4:/# yarn -v
72
+
73
+ bash: yarn: command not found
74
+
69
75
  ```
70
76
 
71
77
  コンテナに直接yarnをインストールしたところ`E: Unable to locate package yarn`が出力されました。

1

試したこと追記

2020/06/01 22:19

投稿

ryouya
ryouya

スコア14

test CHANGED
File without changes
test CHANGED
@@ -24,7 +24,7 @@
24
24
 
25
25
  #試したこと
26
26
 
27
- `yarn`がインストールされていないとのことなので、`Dockerfile`に追記。
27
+ `yarn`がインストールされていないとのことなので、`Dockerfile`に追記。
28
28
 
29
29
  ```Dockerfile
30
30
 
@@ -52,6 +52,26 @@
52
52
 
53
53
 
54
54
 
55
+ ####コンテナに入ってyarnをインストール
56
+
57
+ ```
58
+
59
+ root@da3aa33866d4:/# apt-get install yarn
60
+
61
+ Reading package lists... Done
62
+
63
+ Building dependency tree
64
+
65
+ Reading state information... Done
66
+
67
+ E: Unable to locate package yarn
68
+
69
+ ```
70
+
71
+ コンテナに直接yarnをインストールしたところ`E: Unable to locate package yarn`が出力されました。
72
+
73
+
74
+
55
75
  #関連ファイル
56
76
 
57
77
  ・docker-compose.yml