質問編集履歴

1

追加事項

2019/01/22 08:24

投稿

to2836
to2836

スコア16

test CHANGED
File without changes
test CHANGED
@@ -16,6 +16,10 @@
16
16
 
17
17
  ```
18
18
 
19
+ versionはphantomjs@2.1.7とcasperjs@1.1.0-beta3です。
20
+
21
+
22
+
19
23
  spookyの設置はプロジェクトフォルダ内で以下のように行いました。
20
24
 
21
25
  ```cmd
@@ -23,6 +27,8 @@
23
27
  npm install spooky
24
28
 
25
29
  ```
30
+
31
+ versionはspooky@0.2.5です。
26
32
 
27
33
  設置後、試しにspookyモデュールのフォルダ内のexampleファイル(hello.js)
28
34