ml0107

Results 2 issues of ml0107

你好 大神 我clone你的node代码 下载了pm2 使用pm2 start app.js命令 也看到启动服务了 但是3000地址访问不了 请指教 ![image](https://user-images.githubusercontent.com/22018009/82869642-2fc05780-9f61-11ea-905d-5ee37b4301af.png) ![image](https://user-images.githubusercontent.com/22018009/82869730-59797e80-9f61-11ea-8df0-e8e82549e189.png)

import GitHubTrending from 'GitHubTrending' const URL = 'https://github.com/trending/javascript?since=daily' componentDidMount(){ new GitHubTrending().fetchTrending(URL) .then((data)=> { console.log(data); // 打印为[] }).catch((error)=> { // }); } // 插件版本 "react": "16.8.3", "react-native": "0.59.8", "GitHubTrending": "^3.0.1", 刚学react-native...