From 6f704b710e999cca2891183ff920393225c2e79d Mon Sep 17 00:00:00 2001 From: Joan Touzet Date: Mon, 24 Apr 2017 12:59:05 -0400 Subject: [PATCH] Be explicit about version of Node/npm required --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 55bde12b5..b38cdcec4 100644 --- a/readme.md +++ b/readme.md @@ -17,7 +17,7 @@ See `fauxton --help` for extra options. ## Setting up Fauxton -Please note that a recent installation of [node.js](http://nodejs.org/) and npm is required. +Please note that [node.js](http://nodejs.org/) and npm is required. Speciifcally, Fauxton requires at least Node 6 and npm 3. 1. make sure you have CouchDB installed. Instructions on how to install it can be [found here](http://couchdb.readthedocs.org/en/latest/install/index.html)