aws-serverless-ecommerce-platform
aws-serverless-ecommerce-platform copied to clipboard
Issue with executing make setup command
Hello Nicolas,
I am facing below error while trying to execute make command

I have already installed chocolatey and python in my local computer.
Could you please guide how to proceed further?
Thank you and good day
Check that you have the make utility installed. You can check by running which make. If it's not installed, you can install it by running sudo yum install make or sudo apt-get install make, depending on your operating system.