Commit e0dfa305 authored by Dan Abramov's avatar Dan Abramov Committed by GitHub
Browse files

Mention the npm bug in migration instructions

parent cc97ed56
Showing with 2 additions and 0 deletions
+2 -0
......@@ -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`)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment