Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README to indicate that Node 6 is now required #73

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,15 @@ Get browsix through npm:
Building & Testing
------------------

Browsix requires **nodejs 4.3.0** or later, which is more recent than
the version packaged in Ubuntu Wiley. To get a recent version of
node, follow the instructions on the [node.js
Browsix requires **nodejs 6.x** or later, which is more recent than
the version packaged in Ubuntu Wiley. It has specifically been tested
with node 6.17.1.
To get a recent version of node, follow the instructions on the [node.js
website](https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions).
If you don't know whether you should choose node 4.x or 5.x, choose
4.x (it is the long-term support branch).
[nvm](https://github.com/nvm-sh/nvm) can be used to install and manage
multiple versions of node on a single machine.
Note that Browsix uses gulp v3.x, which has limited compatibility with
newer versions of node. For example, it's known to not work with node 12.x.

Browsix has three other dependencies: `git`, `npm` (usually installed
along with node), and `make`, and builds on OSX and Linux systems.
Expand Down