Skip to content

Commit

Permalink
Merge pull request #289 from caktus/update-nodejs-version-in-readme
Browse files Browse the repository at this point in the history
Update nodejs install instructions
  • Loading branch information
vkurup authored May 21, 2018
2 parents b90f864 + 23d2fa3 commit 028133e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,17 +58,17 @@ local development system:

- Python >= 3.5
- NodeJS >= 6.11
- npm >= 2.14.7
- npm >= 3.10.10
- `pip <http://www.pip-installer.org/>`_ >= 1.5
- `virtualenv <http://www.virtualenv.org/>`_ >= 1.10
- `virtualenvwrapper <http://pypi.python.org/pypi/virtualenvwrapper>`_ >= 3.0
- Postgres >= 9.3
- git >= 1.7

A note on NodeJS 4.2 for Ubuntu users: this LTS release may not be available through the
A note on NodeJS 6.x for Ubuntu users: this LTS release may not be available through the
Ubuntu repository, but you can configure a PPA from which it may be installed::

curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
sudo apt-get install -y nodejs

You may also follow the manual instructions if you wish to configure the PPA yourself:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "The {{ project_name|title }} Project",
"main": "",
"engines": {
"node": ">=4.2 <4.3"
"node": ">=6.11 <7"
},
"directories": {
"doc": "docs"
Expand Down

0 comments on commit 028133e

Please sign in to comment.