質問編集履歴

2

備考の追加

2019/10/31 03:22

投稿

AyakoNan
AyakoNan

スコア15

test CHANGED
File without changes
test CHANGED
@@ -108,4 +108,22 @@
108
108
 
109
109
 
110
110
 
111
+ ■npm install時のメッセージ
112
+
113
+ ↓これ関係ありますかね?
114
+
115
+ $ npm install --save vue-ctk-date-time-picker
116
+
117
+ npm WARN ajv-keywords@3.4.0 requires a peer of ajv@^6.9.1 but none is installed. You must install peer dependencies yourself.
118
+
119
+ npm WARN vuetify@1.5.12 requires a peer of vue@^2.5.18 but none is installed. You must install peer dependencies yourself.
120
+
121
+ npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.7 (node_modules/chokidar/node_modules/fsevents):
122
+
123
+ npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
124
+
125
+
126
+
127
+
128
+
111
129
  よろしくお願いいたします・

1

記述漏れを追加

2019/10/31 03:22

投稿

AyakoNan
AyakoNan

スコア15

test CHANGED
File without changes
test CHANGED
@@ -9,6 +9,14 @@
9
9
  vue.jsのvuetify.jsで作成されているプログラムに、DateTimePickerを入れようとしています。
10
10
 
11
11
  vuetify-datetime-pickerかvuetify-datetime-pickerにしようと考えています。
12
+
13
+
14
+
15
+ 下記は実行済です。
16
+
17
+ npm install --save vuetify-datetime-picker
18
+
19
+ npm install --save vue-ctk-date-time-picker
12
20
 
13
21
 
14
22