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
$ yarn start
yarn start v0.22.0
$ roadhog server
Starting the development server...
[babel-plugin-dva-hmr][INFO] got routerPath ./router
Compiled successfully!
The app is running at:
http://localhost:8000/
Note that the development build is not optimized.
To create a production build, use npm run build.
问题回顾
最开始的时候是在使用antd-admin 的时候已经出现了,切换了几次分支都无法启动,心态不太好,没有去查问题的原因反而怀疑是这个项目的问题就放弃了,之后使用Ant Design of React官网提供的项目实战从头开始,当时有可能关闭了进程roadhog可以正常启动,第二天过来再启动的时候又报错了才去细致的了解问题原因。
回想一下这段时间的自己,碰到问题总是想办法回避,然后又碰到下一个问题,总是想着快一点开始反而一直在原地踏步,对于nodejs报错内心深处的恐惧在这个问题面前暴露无遗。
The text was updated successfully, but these errors were encountered:
最近在接触reactjs,各种概念蜂拥而来,在写demo时碰到问题没有细致的了解原因,连续换了几次实现合start kit,偶然的情况下定位出了一个问题原因,回想这几天太浮躁了,记录一下过程警示浮躁的自己
问题现象
roadhog server启动的时候报错
问题排查过程
1. 酷狗音乐默认开机启动的
2. 使用
yarn start
启动roadhog
报错3. 由于昨天是可以正常启动的,使用google搜索
roadhog events.js:163 throw er;
发现此issue,猜测会不会是同一问题,使用windows命名进行排查8000端口果然被占用,参看进程名称
百度一下进程名称发现是酷狗的进程
https://zhidao.baidu.com/question/477865310.html
4. 关闭酷狗后roadhog 正常启动
问题回顾
最开始的时候是在使用antd-admin 的时候已经出现了,切换了几次分支都无法启动,心态不太好,没有去查问题的原因反而怀疑是这个项目的问题就放弃了,之后使用Ant Design of React官网提供的项目实战从头开始,当时有可能关闭了进程roadhog可以正常启动,第二天过来再启动的时候又报错了才去细致的了解问题原因。
回想一下这段时间的自己,碰到问题总是想办法回避,然后又碰到下一个问题,总是想着快一点开始反而一直在原地踏步,对于nodejs报错内心深处的恐惧在这个问题面前暴露无遗。
The text was updated successfully, but these errors were encountered: