You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,11 @@ We support all browsers and environments where React runs.
28
28
29
29
#### npm + webpack/browserify
30
30
31
-
$ npm install react-router@1.0.0-rc3
31
+
Install using [npm](https://www.npmjs.com/):
32
+
33
+
$ npm install history react-router@latest
34
+
35
+
Note that you need to also install the [history](https://www.npmjs.com/package/history) package since it is a peer dependency of React Router and won't automatically be installed for you in npm 3+.
32
36
33
37
Then with a module bundler or webpack, use as you would anything else:
0 commit comments