1
0
mirror of https://github.com/videojs/video.js.git synced 2024-12-31 03:11:11 +02:00

added a note to advise users to stick with an earlier version of Node.js until the known issue with phantomjs is fixed.

fixes #477
This commit is contained in:
Jim Whisenant 2013-03-29 18:13:49 -04:00
parent 22c3f47546
commit 7b7452ff9f

View File

@ -10,6 +10,7 @@ Don't miss the [code style guide](#code-style).
# Getting started
1. [Download and install Node.js](http://nodejs.org/download/). Video.js uses Node for build and test automation.
Note that there is a known issue between Node.js version 0.10.x and phantomjs. This will manifest itself during the node module installation (see step 4 below). For the time being, please install Node.js version 0.8.22 or earlier. You can find earlier versions of Node.js [here](http://nodejs.org/dist/).
2. [Fork](http://help.github.com/fork-a-repo/) and clone the video.js git repository.