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

推荐订阅源

J
Java Code Geeks
博客园 - 聂微东
人人都是产品经理
人人都是产品经理
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园_首页
量子位
阮一峰的网络日志
阮一峰的网络日志
酷 壳 – CoolShell
酷 壳 – CoolShell
H
Hackread – Cybersecurity News, Data Breaches, AI and More
云风的 BLOG
云风的 BLOG
D
DataBreaches.Net
B
Blog
L
LangChain Blog
Apple Machine Learning Research
Apple Machine Learning Research
Vercel News
Vercel News
博客园 - 三生石上(FineUI控件)
爱范儿
爱范儿
Microsoft Azure Blog
Microsoft Azure Blog
IT之家
IT之家
aimingoo的专栏
aimingoo的专栏
B
Blog RSS Feed
H
Help Net Security
The Cloudflare Blog
U
Unit 42

博客园 - 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 文件夹,就可以运行了。