From b61db23d71092e1625e8dc830a4104387c0fbd60 Mon Sep 17 00:00:00 2001 From: Matthew Davis Date: Sun, 15 Apr 2018 15:09:22 +1000 Subject: [PATCH 1/2] mentioned npm dependencies in readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c3ad30dfd..571ec13ca 100644 --- a/README.md +++ b/README.md @@ -437,6 +437,7 @@ nodeunit functionality is available. To run the nodeunit tests do: + npm install ejs should make test __Note:__ There was a bug in node v0.2.0 causing the tests to hang, upgrading From 2a1e4049f35472db755444925edb7be6591031fa Mon Sep 17 00:00:00 2001 From: Matthew Davis Date: Wed, 11 Jul 2018 19:49:43 +1000 Subject: [PATCH 2/2] improved npm install in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 571ec13ca..3aa5c752a 100644 --- a/README.md +++ b/README.md @@ -437,7 +437,7 @@ nodeunit functionality is available. To run the nodeunit tests do: - npm install ejs should + npm install make test __Note:__ There was a bug in node v0.2.0 causing the tests to hang, upgrading