我在Mac上遇到mfp: command not found
错误。我显然使用mobilefirst-cli
npm install -g path-to-cli-.tgz-file
如何检查/验证Mac上是否已成功安装mobilefirst-cli
?我试图运行mfp
,但收到错误“未找到命令”。
答案 0 :(得分:1)
如果您使用的是MobileFirst 8.0 https://mobilefirstplatform.ibmcloud.com/downloads/,则可执行文件将为yAxis: [{
categories: ['Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday'],
title: null
},{
linkedTo: 0,
tickLength:100,
tickWidth: 2,
opposite: true,
title: null,
lineWidth: 2,
categories: ['Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday'],
},{
linkedTo: 0,
tickLength:100,
tickWidth: 2,
opposite: true,
title: null,
lineWidth: 2,
categories: ['Smith', 'Jackson', 'Doe', 'Doe', 'Doe'],
},{
linkedTo: 0,
gridLineWidth: 2,
tickLength:100,
tickWidth: 2,
opposite: true,
title: null,
lineWidth: 2,
categories: ['10', '20', '40', '59', '23'],
}],
答案 1 :(得分:0)
在zshrc或bashrc中指定PATH。 命令:gedit~ / .zshrc 也来源吧。 命令:source~ / .zshrc 一旦完成。重启终端,您应该能够访问cli中的mfp命令。