1

I am getting mfp: command not found error on Mac. I obviously have installed mobilefirst-cli using npm install -g path-to-cli-.tgz-file

How can I check/verify if mobilefirst-cli is successfully installed on Mac? I tried to run mfp but got the error "Command not found".

AADProgramming
  • 6,077
  • 11
  • 38
  • 58

2 Answers2

2

If you are using MobileFirst 8.0 https://mobilefirstplatform.ibmcloud.com/downloads/ then the executable will be mfpdev

Yoel Nunez
  • 2,108
  • 1
  • 13
  • 19
0

Specify PATH in zshrc or bashrc. Command: gedit ~/.zshrc Also source it. Command: source ~/.zshrc Once that is done. Restart terminal and you should be able to access mfp commands in cli.