美文网首页
The development server returned

The development server returned

作者: 阿_贵 | 来源:发表于2018-03-20 18:45 被阅读0次

react-native start

提示:

 ERROR  Metro Bundler can't listen on port8081

杀死进程

On a mac, run the following command to find id of the process which is using port 8081

sudo lsof -i :8081

Then run the following to terminate process:

kill -9 23583(PID)

react-native start  后

Metro Bundler ready.  成功

相关文章

网友评论

      本文标题:The development server returned

      本文链接:https://www.haomeiwen.com/subject/yfobqftx.html