You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by an...@apache.org on 2015/11/17 23:50:55 UTC

incubator-apex-site git commit: add note about jsdom

Repository: incubator-apex-site
Updated Branches:
  refs/heads/master c960d276c -> ff6193ca6


add note about jsdom


Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/commit/ff6193ca
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/tree/ff6193ca
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/diff/ff6193ca

Branch: refs/heads/master
Commit: ff6193ca6323fb5022f6016b1d07997db6eb1c77
Parents: c960d27
Author: Andy Perlitch <an...@datatorrent.com>
Authored: Tue Nov 17 14:50:51 2015 -0800
Committer: Andy Perlitch <an...@datatorrent.com>
Committed: Tue Nov 17 14:50:51 2015 -0800

----------------------------------------------------------------------
 README.md | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/ff6193ca/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index bc9fece..43621fd 100644
--- a/README.md
+++ b/README.md
@@ -84,6 +84,12 @@ npm install
 ./node_modules/.bin/bower install
 ```
 
+**Note: If you have a version of node earlier than 4, run the following command:**
+```bash
+npm install jsdom@3.1.2
+```
+
+
 To test changes:
 
 1. Make your changes to `.md`, `.html`, and `.less` files