Closed ivanaslamov closed 6 years ago
Installs Yarn on along with the Node.js
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.
yarn
library/node
only npm was used to install libraries
npm
yarn can be used to install JavaScript libraries
No
no doc updates added
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 withlibrary/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 librariesNew behavior
yarn
can be used to install JavaScript librariesTests written?
No
Docs updated?
no doc updates added