Skip to content

switch from yarn to npm #3019

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

Merged
merged 1 commit into from
Apr 26, 2024
Merged

switch from yarn to npm #3019

merged 1 commit into from
Apr 26, 2024

Conversation

haarg
Copy link
Member

@haarg haarg commented Apr 26, 2024

npm can do everything we need and is one less dependency.

Dockerfile Outdated
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
&& npm install -g npm
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
&& npm install -g npm
&& npm install -g npm \

@oalders
Copy link
Member

oalders commented Apr 26, 2024

This needs a tidy. I think the other errors might be from that brief outage.

npm can do everything we need and is one less dependency.
@oalders oalders merged commit bd1682f into master Apr 26, 2024
6 checks passed
@oalders oalders deleted the haarg/npm branch April 26, 2024 17:16
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