美文网首页
RN 卡住在Running script 'Start Pack

RN 卡住在Running script 'Start Pack

作者: liboxiang | 来源:发表于2019-05-16 14:20 被阅读0次

    https://github.com/react-community/create-react-native-app/issues/203

    • 杀死所有node进程
    killall node 或killall -9 node
    
    • 清空watchman
    watchman watch-del-all //可执行多次
    //直到输出为
    {
        "version": "4.9.0",
        "roots": []//为空
    }
    
    • 重置RN缓存
    react-native start --reset-cache
    

    相关文章

      网友评论

          本文标题:RN 卡住在Running script 'Start Pack

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