You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
301 B

Usage
=====
To use yarn in Fedora, you need to use
`nodejs-yarn` and `yarnpkg` commands.
$ nodejs-yarn help
$ yarnpkg help
This is because of conflicts with other
packages providing yarn.
If you wish to use yarn command,
you can use an alias in your .bashrc.
alias yarn='nodejs-yarn'