質問編集履歴

2

ee

2016/11/27 06:21

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
File without changes

1

a

2016/11/27 06:21

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -8,6 +8,6 @@
8
8
 
9
9
  ```ターミナル
10
10
 
11
- ./node_modules/.bin/babel script.js --out-file script-compiled.js
11
+ ./node_modules/.bin/babel script.js -o script-compiled.js
12
12
 
13
13
  ```