惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

WordPress大学
WordPress大学
J
Java Code Geeks
Martin Fowler
Martin Fowler
Microsoft Azure Blog
Microsoft Azure Blog
月光博客
月光博客
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
人人都是产品经理
人人都是产品经理
有赞技术团队
有赞技术团队
爱范儿
爱范儿
Engineering at Meta
Engineering at Meta
GbyAI
GbyAI
博客园 - 【当耐特】
Y
Y Combinator Blog
Last Week in AI
Last Week in AI
MongoDB | Blog
MongoDB | Blog
G
Google Developers Blog
博客园 - 三生石上(FineUI控件)
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
大猫的无限游戏
大猫的无限游戏
罗磊的独立博客
The Cloudflare Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
V
V2EX
博客园 - 司徒正美

博客园 - wanghualiang

React-native 中的触摸响应功能 C++ vector的用法 flash Timer类使用 Reactive native 项目创建失败如何处理 React中的Statics对象 web pack的使用事项 CSS modules 与 React中实践 Unable to resolve module LinkedStateMixin 无意间发现我的博客园的年龄有11年了 这些年,还是一个人~ 突发的灵感 集群效应 有人顶贴,是对你的肯定 慢慢的成长过程,要学会计划 有道编程的界面做的也太粗燥了吧! 想让自己变的强一点,就要更细心 托管和使用WCF服务:WAS(Windows激活服务) 论软件的价值 WCF中的异步调用
React Native学习笔记-1:JSC profiler is not supported.(转...
wanghualiang · 2016-03-21 · via 博客园 - wanghualiang

运行react-native中Example下的UIEXPLORER Project

遇到虾面报错:

2016-03-21 14:12:18.941 [trace][tid:com.facebook.React.JavaScript][RCTJSCProfiler.m:63] JSC profiler is not supported.

2016-03-21 14:12:19.228 [error][tid:main] Could not connect to development server.

其实是没有启动nodejs服务器,怎么破

在安装目录下,运行npm start.

如果不出意外的话,会有许多坑等着你。

安装了babel,babel-core这些组件还是不够,

直接拷贝了一个node_modules过来,还是报错。

Error building DependencyGraph:

 Error: Naming collision detected:

删除nodemodule下的react-native 文件夹,就可以运行了。