From f6d240e906a72a16800ff79f93d1b129805f9845 Mon Sep 17 00:00:00 2001 From: Gautham Varadarajan Date: Wed, 25 May 2016 22:41:05 -0400 Subject: [PATCH] docs(README): add needed npm version (#495) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bdafc65ee..0af3823a9 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ If you have any questions come say hi in our [chat](http://hood.ie/chat/). ## Setup Hoodie is a [Node.js](https://nodejs.org/en/) package. You need Node Version 4 -or higher, check your installed version with `node -v`. +or higher and npm Version 2 or higher, check your installed version with `node -v` and 'npm -v'. First, create a folder and a [package.json](https://docs.npmjs.com/files/package.json) file