throw err;
^
Error: Cannot find module 'react-native/setupBabel'
at Function.Module._resolveFilename (module.js:469:15)
at Function.Module._load (module.js:417:25)
at Module.require (module.js:497:17)
at require (internal/module.js:20:19)
at Object. (/Users/plus/Desktop/RN/PTclient/node_modules/_react-native-sqlite-storage@3.3.3@react-native-sqlite-storage/scripts/rnpm-postlink.js:5:1)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
/Users/plus/Desktop/RN/PTclient/node_modules/_react-native@0.36.1@react-native/local-cli/core/makeCommand.js:19
throw new Error(`Error occured during executing "${command}" command`);
^
Error: Error occured during executing "node_modules/react-native-sqlite-storage/scripts/rnpm-postlink.js" command
at ChildProcess.prelink (/Users/plus/Desktop/RN/PTclient/node_modules/_react-native@0.36.1@react-native/local-cli/core/makeCommand.js:19:15)
at emitTwo (events.js:106:13)
at ChildProcess.emit (events.js:191:7)
at maybeClose (internal/child_process.js:877:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)
RN react-native-sqlite-storage报错了
最后编辑于 :
©著作权归作者所有,转载或内容合作请联系作者
- 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
- 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
- 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
推荐阅读更多精彩内容
- React Native优秀博客,以及优秀的Github库列表(很多英文资料源自于[awesome-react-n...
- 最近发现市场上对React Native开发人员的需求挺多的,自己就想学习一下React Native,多一...
- React Native学习<一> 认识Recat Native 博客原文:http://www.jianshu....
- Android 自定义View的各种姿势1 Activity的显示之ViewRootImpl详解 Activity...