CircleCI-Public / node-orb

An orb for working with Node.js on CircleCI
https://circleci.com/orbs/registry/orb/circleci/node
MIT License
52 stars 80 forks source link

Node has issues installing. #182

Closed vietqhoang closed 1 year ago

vietqhoang commented 1 year ago

Orb version:

5.0.3 and 5.1.0

What happened:

Nothing has changed with our CircleCI configuration and workflow. I only made a change to 5.1.0 to rule out if 5.0.3 is causing the error.

This error is appear from first workflow runs after this incident. It could just be coincidence, but I feel it may be worth pointing out. Before the incident the workflows executed without issue.

When the workflow starts and gets to the Install Node.js 16.13.0 step, it errors out. The error output is quite large. I have pasted it in a gist.

Expected behavior:

The Node.js install step should execute without issue.

Additional Information:

The Nodejs orb is install version 16.13.0 with yarn disabled. The install is happening on a Ruby 3.2.1 environment using CircleCI's docker images.

vietqhoang commented 1 year ago

The issue seemed to resolved itself. Two hours later and not making any changes the install step executed fine. I am guessing there was something going on with a dependency. Just from a cursory look at the output log it may have been OpenSSL related.

I'll close this issue.