From e0dfa30525743b569e506f68ce58d1423f54adf9 Mon Sep 17 00:00:00 2001
From: Dan Abramov <dan.abramov@gmail.com>
Date: Sun, 25 Sep 2016 15:38:15 +0100
Subject: [PATCH] Mention the npm bug in migration instructions

---
 CHANGELOG.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index fb0504cd6..bf0b3b178 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,6 +16,8 @@ Inside any created project that has not been ejected, run:
 npm install --save-dev --save-exact react-scripts@0.6.0
 ```
 
+**Note: If the project fails to start, remove `node_modules`, ensure `react-scripts` is `0.6.0` in your `package.json`, and run `npm install` again. There seems to be an [npm bug](https://github.com/npm/npm/issues/14073) affecting this update.**
+
 ## 0.5.1 (September 23, 2016)
 
 ### Build Dependency (`react-scripts`)
-- 
GitLab