Enterprise Framework

Software Solutions in the Enterprise

Mac AWS Amplify cli command is not found after npm install

Mac AWS Amplify cli command is not found after npm install


Problem:

Install AWS Amplify on Mac fails using npm.  amplify cli command is not found after npm install.

$ npm install -g @aws-amplify/cli

$ amplify
zsh: command not found: amplify

Solution:

Trying using cURL install instead for Mac or Linux
$ curl -sL https://aws-amplify.github.io/amplify-cli/install | bash && $SHELL

Reference:



Comments are closed