From 8a81d0cea2ab93bf4b0a09da300aa51c0952ec82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20O=E2=80=99Shannessy?= Date: Tue, 28 Jul 2015 11:59:06 -0700 Subject: [PATCH] Note that npm >= 2.0.0 is required for building --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 60d2360553..ef55244d26 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ The process to build `react.js` is built entirely on top of node.js, using many #### Prerequisites -* You have `node` installed at v0.10.0+ (it might work at lower versions, we just haven't tested). +* You have `node` installed at v0.10.0+ (it might work at lower versions, we just haven't tested) and `npm` at v2.0.0+. * You are familiar with `npm` and know whether or not you need to use `sudo` when installing packages globally. * You are familiar with `git`. @@ -107,4 +107,4 @@ Examples provided in this repository and in the documentation are [separately li There's only so much we can cram in here. To read more about the community and guidelines for submitting pull requests, please read the [Contributing document](CONTRIBUTING.md). ## Troubleshooting -See the [Troubleshooting Guide](https://github.com/facebook/react/wiki/Troubleshooting) +See the [Troubleshooting Guide](https://github.com/facebook/react/wiki/Troubleshooting)