Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update npm version #7

Merged
merged 2 commits into from
Jan 2, 2025
Merged

Update npm version #7

merged 2 commits into from
Jan 2, 2025

Conversation

OwenGraves
Copy link
Contributor

This hopefully fixes an issue with npm install intermittently hanging

This hopefully fixes an issue with `npm install` intermittently hanging
Dockerfile Outdated
@@ -19,5 +19,5 @@ RUN apt-get update && \

RUN mkdir -p ~/.ssh/ && ssh-keyscan -t ed25519 github.com >> ~/.ssh/known_hosts

RUN npm install -g npm@10.9.0
RUN npm install -g npm@11.0.0
RUN npm install -g [email protected] [email protected] [email protected] [email protected] [email protected] [email protected]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Normally we update everything at once, I see e.g. esbuild has a bugfix release out... But I suppose it's not really related to the task at hand...

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good call out, I'll add that!

@OwenGraves OwenGraves merged commit 0b0c689 into main Jan 2, 2025
1 check passed
@ysangkok ysangkok deleted the owen/update-npm branch January 2, 2025 21:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants