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 <[email protected]> Authored: Tue Nov 17 14:50:51 2015 -0800 Committer: Andy Perlitch <[email protected]> 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 [email protected] +``` + + To test changes: 1. Make your changes to `.md`, `.html`, and `.less` files
