我试图在本地计算机上安装Hubot。到目前为止一直很好,直到我遇到这个错误。错误很明显:
一次一个地在此解决方案中构建项目。要启用并行构建,请添加" / m"开关。
但是我正在运行Hubot初始化命令Yo Hubot
。我无法使用 / m 开关。关于我应该做什么的任何建议或建议?
答案 0 :(得分:5)
Enabling parallel build will not solve you problem, that one is just an informative message. The real problem is you don't have the Visual Studio version that was used to create one of the components Hubot needs.
Try this: render: function(){
var hideNavBar = this.props.hideNavBar;
return (
<NavigatorIOS
style={styles.container}
initialRoute={{
component: UserSetting,
rightButtonTitle: 'Done',
title: 'My View Title',
passProps: {hideNavBar: hideNavBar},
}}
tintColor="#FFFFFF"
barTintColor="#183E63"
titleTextColor="#FFFFFF"
/>
);
(or 2013 if you have that one).