react-component / form

React High Order Form Component(web & react-native)
http://react-component.github.io/form/
MIT License
1.81k stars 295 forks source link

执行页面查询报如下的错:ETIMEDOUT 127.0.0.1:8000 #422

Closed xuhongxin closed 4 years ago

xuhongxin commented 4 years ago

image

按照说明执行npm start之后,我想看对应页面的执行效果,点击对应的html页面报错:

Error: connect ETIMEDOUT 127.0.0.1:8000 at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1106:14)

07akioni commented 4 years ago

这个库有点老了,如果你不是在维护老项目的话,感觉你应该看看新的 field-form

xuhongxin commented 4 years ago

这个库有点老了,如果你不是在维护老项目的话,感觉你应该看看新的 field-form

果然,切到field-form就可以了;非常感谢。