You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,17 +33,22 @@ In addition to Node.js we use `yarn` to facilitate multi package development.
33
33
To install `yarn` follow the instructions listed on their website:
34
34
https://yarnpkg.com/en/docs/install
35
35
36
+
#### Java
37
+
38
+
The closure compiler requires a modern Java installation. Java 8+ should be installed: http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
39
+
36
40
#### Verify Prerequisites
37
41
38
42
You can verify your setup by running the following commands in your terminal:
39
43
40
44
```bash
41
45
$ node -v
42
46
$ yarn -v
47
+
$ java -version
43
48
```
44
49
45
-
Your Node.js version should be `8.0.0` or greater and your `yarn` version should
46
-
be `1.0.0` or greater.
50
+
Your Node.js version should be `8.0.0` or greater, your `yarn` version should
51
+
be `1.0.0` or greater, and your `java` version should be `1.8.0` or greater.
47
52
48
53
_NOTE: We will update the documentation as new versions are required, however
49
54
for continuing development on the SDK, staying up to date on the stable versions
0 commit comments