From 20073fcab295fb31e2e28a7193e118aa9dd67800 Mon Sep 17 00:00:00 2001 From: Martin Konicek Date: Tue, 27 Oct 2015 15:33:42 +0000 Subject: [PATCH] Update README.md --- react-native-cli/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/react-native-cli/README.md b/react-native-cli/README.md index 4273503e8..ceec18a13 100644 --- a/react-native-cli/README.md +++ b/react-native-cli/README.md @@ -99,3 +99,10 @@ This usually happens when you install a package using one version of Node and th $ npm uninstall -g sinopia $ npm install -g sinopia + +After upgrading to Node 4 you might also need to reinstall npm. What worked for me was: + + $ npm uninstall -g npm + $ nvm install npm + + See the [nvm guide](https://github.com/creationix/nvm#usage) for more info.