在使用expo运行react原生应用程序时,我在watchman上收到此警告。watchman warning: opendir(/Users/saashwath/Library/Caches/CloudKit/com.apple.Safari) -> Operation notMarking this portion of the tree deletedwatchman watch-del /Users
我无法通过react-native init <ProjectName>创建一个新的。如果我使用--verbose标志运行该命令,它将运行于所有npm包,但最终输出如下:<List of other packages including react-native 0.34.1>
npm WARN react-native@0.34.1 requires a peer of react@~15.3.1 but none w
当我运行时,我正在开发一个react原生项目 npm start -- --reset-cache
react-native run-ios 打开一个终端Running Metro Bundler on port 8081.,它就完成了,但是这个模拟没有捆绑项目带来一个老版本。 我尝试删除node_modules再次安装和pod文件相同的方式,但它仍然不工作,我尝试清除捆绑,但仍然没有捆绑我的项目? 有什么想法吗?
我试图在中使用watchman,尽管我已经安装了它,但我得到了"Could not find watchman"错误。之后,我尝试手动运行watchman,得到以下错误:/Users/piotrpalek/Library/LaunchAgents/com.github.facebook.watchman.plist: Operation not permitted
141
我第一次收到这个问题:现在,当我输入npm start时,我得到的是[sane] Warning: Lost connection to watchman, reconnecting它仍然会给出[sane] Warning: Lost connection to watchman, reconnecting..警告,但它构建了这个包。所以守望者的连接在两者之间被打破了。