OpenMRS SDK Error

When I attempt to use the OpenMRS SDK in bash (on MacOS), the following error always occurs: [ERROR] The goal you specified requires a project to execute but there is no POM in this directory (/usr/local). Please verify you invoked Maven from the correct directory. -> [Help 1]

Does this have something to do with my Maven installation?

Are you running the command after cd 'ing into the directory where your project is located? This error occurs because MAVEN cannot refer to POM.xml file for configurations.

Also make sure OpenMRS sdk is updated.