eclipse-che / che-dockerfiles

Eclipse Public License 2.0
86 stars 107 forks source link

updated node dockerfile to include yarn #165

Closed ivanaslamov closed 6 years ago

ivanaslamov commented 6 years ago

What does this PR do?

Installs Yarn on along with the Node.js

What issues does this PR fix or reference?

yarn is now included with library/node docker image. This is a very useful library for modern frontend related work and it makes sense to update eclipse/node image to include it too.

Previous behavior

only npm was used to install libraries

New behavior

yarn can be used to install JavaScript libraries

Tests written?

No

Docs updated?

no doc updates added