From db5e5a1fce8e25314b084748906cc4c1cda4b2cc Mon Sep 17 00:00:00 2001 From: Art Lowel Date: Fri, 24 Feb 2017 10:07:25 +0100 Subject: [PATCH] Update README.md Reinstated npm as a dependency --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3b887107d1..80189293ef 100644 --- a/README.md +++ b/README.md @@ -53,8 +53,8 @@ Not sure where to start? watch the training videos linked in the [Introduction t You can find more information on the technologies used in this project (Angular 2, Typescript, Angular Universal, RxJS, etc) on the [DuraSpace wiki](https://wiki.duraspace.org/display/DSPACE/DSpace+7+UI+Technology+Stack) ## Requirements -* [Node.js](https://nodejs.org) and [yarn](https://yarnpkg.com) -* Ensure you're running node >= `v5.x` +* [Node.js](https://nodejs.org), [npm](https://www.npmjs.com/), and [yarn](https://yarnpkg.com) +* Ensure you're running node >= `v5.x`, npm >= `v3.x` and yarn >= `v0.20.x` If you have [`nvm`](https://github.com/creationix/nvm#install-script) or [`nvm-windows`](https://github.com/coreybutler/nvm-windows) installed, which is highly recommended, you can run `nvm install --lts && nvm use` to install and start using the latest Node LTS.