NodeJs installation fails for new environment Rails 6

0

I am working on deploying a new Rails 6 app (2.7.4) and was making successfully making deployments until yesterday. I tried to stand up a new environment using a previously successful saved configuration and code base from just two days prior but it failed. Upon investigation I found this in my cfn-init.log:

Command 01_install_node (sudo curl --silent --location https://rpm.nodesource.com/setup_14.x | sudo bash -
sudo yum -y install nodejs
) failed

Someone else posted a similar issue at the beginning of October and a possible solution was to update a cert on the AWS Linux II instance, but when I ran this command:
sudo yum install https://cdn.amazonlinux.com/patch/ca-certificates-update-2021-09-30/ca-certificates-2021.2.50-72.amzn2.0.1.noarch.rpm

...I got the following error: "...does not update installed package.
Error: Nothing to do"

Edited by: tfossum on Nov 4, 2021 7:50 PM

tfossum
質問済み 2年前250ビュー
1回答
0

This seemed to have to do with aws experiencing interrupted access to the nodejs distribution mirrors. https://github.com/nodesource/distributions/issues/1290

Edited by: tfossum on Nov 5, 2021 12:15 PM

tfossum
回答済み 2年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ