awslabs / sandbox-accounts-for-events

"Sandbox Accounts for Events" allows to provide multiple, temporary AWS accounts to a number of authenticated users simultaneously via a browser-based GUI.
Apache License 2.0
172 stars 37 forks source link

[Makefile:43: build] Error 127 #80

Closed abilash44 closed 1 week ago

abilash44 commented 1 week ago

Hi I am getting this error when I follow the commands provided

image

Any idea what is wrong or how to fix this?

moellr commented 1 week ago

Just tested it, works well on my end. I recommend looking at the Makefile and execute the commands in the section "build" manually in your terminal to find out which one of them failed. Perhaps your user does not have the permission to create folders or files in /mnt/c, or the zip command failed executing.

abilash44 commented 1 week ago

That worked. I was running of a new machine for WSL and zip was not installed. Thank you for the help.