Nvm-windows: How to install and use yarn along with nvm-windows

Created on 26 Aug 2017  ·  4Comments  ·  Source: coreybutler/nvm-windows

How to install and use yarn along with nvm-windows? yarn depends on Node.js and brings it if it's not installed in a regular way.

Most helpful comment

npm install -g yarn should work.

All 4 comments

npm install -g yarn should work.

@coreybutler Thanks! I wonder it's not on the official list of theirs' install options, although the npm package is the official one.

The yarn team has a funky approach. It's a great tool, but they enforce several practices the Node Foundation wishes would just go away. One frustration is lack of consideration for version managers, even though there is an official working group for it within the Node Foundation and there have been several conversations around whether the node installer should actually install a version manager (an ongoing discussion). However; at the end of the day, yarn is still just an npm package. I'll update the README/wiki to make a note of this.

Actually it is on the list, see Alternatives Tab.

Although the security risk they mentioned seems to be a little pale...

@Deilan

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ctsstc picture ctsstc  ·  3Comments

petrovicz picture petrovicz  ·  4Comments

David263 picture David263  ·  3Comments

leiamac picture leiamac  ·  4Comments

thany picture thany  ·  4Comments