React Router 丢弃找不到模块'react-router/lib/HashHistory

React Router drops Cannot find module 'react-router/lib/HashHistory

使用 react-router 并通过 example 提供我得到 Error: Cannot find module 'react-router/lib/HashHistory'

我一直在按照以下方式添加到我的项目中

import HashHistory from 'react-router/lib/HashHistory';

我正在使用 browserify jsx compiling

检查 react-router 下 node_modules 中的 lib 文件夹我没有看到任何需要存在的东西

查看 http://rackt.github.io/react-router/ 以获得最新的稳定文档 (0.13.3)。 github repo master 分支中的示例适用于较新的未发布版本的 react-router。

编辑:link 不再有效,现在最新的稳定文档 实际上在 master 分支上找到。 https://github.com/reactjs/react-router/tree/master/docs