使用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文件夹我没有看到任何存在的
答案 0 :(得分:1)
查看http://rackt.github.io/react-router/以获取最新的稳定文档(0.13.3)。 github repo master分支中的示例适用于较新的未发布版本的react-router。
修改:该链接不再有效,现在主分支上实际找到了最新的稳定文档 。 https://github.com/reactjs/react-router/tree/master/docs