Skip to content

Commit 0ffd74f

Browse files
committed
[js] Mention in the README that node 0.12.x users must run with the --harmony
flag. Fixes #1170
1 parent b0f7737 commit 0ffd74f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

javascript/node/selenium-webdriver/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ interaction with the browser.
66

77
## Installation
88

9-
Install via npm with
9+
Selenium supports Node `0.12.x` and `4.x`. Users on Node `0.12.x` must run with
10+
the --harmony flag. Selenium may be installed via npm with
1011

1112
npm install selenium-webdriver
1213

0 commit comments

Comments
 (0)