ml0107
ml0107
你好 大神 我clone你的node代码 下载了pm2 使用pm2 start app.js命令 也看到启动服务了 但是3000地址访问不了 请指教  
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...