Node.js project created via CodeStart template not installing Homebrew

0

Node.js project created via CodeStart template not installing Homebrew as per instructions : https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-sam-cli-install-linux.html

[root@ip-xxx-xx-xx-xxx environment]# test -d /home/linuxbrew/.linuxbrew && eval $(/home/linuxbrew/.linuxbrew/bin/brew shellenv)
bash: /home/linuxbrew/.linuxbrew/bin/brew: No such file or directory

preguntada hace 4 años161 visualizaciones
1 Respuesta
0

Found solution to above problem :

sh -c "$(curl -fsSL https://raw.githubusercontent.com/Linuxbrew/install/master/install.sh)"
pip install aws-sam-cli

Everything is working perfectly !!!

respondido hace 4 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas