eclipse-che / che-dockerfiles

Eclipse Public License 2.0
86 stars 107 forks source link

Use stable Yarnpkg installation method #226

Closed sr229 closed 2 years ago

sr229 commented 6 years ago

What does this PR do?

NPM version is no longer supported. This installs it from yarnpkg's APT repositories.

What issues does this PR fix or reference?

eclipse/che#12044

Previous behavior

Acquires Yarn via NPM - which is marked outdated.

New behavior

Yarn is now acquired using the APT repository - currently supported.

Tests written?

No

Docs updated?

No

benoitf commented 6 years ago

@sr229 FYI you need to add Signed-Off on your commits

sr229 commented 6 years ago

@benoitf lemme try squashing and repeat it again :+1: