Daniel Lo Nigro
Daniel Lo Nigro
What's wrong with the current text? > Note: Installation of Yarn via npm is generally not recommended. When installing Yarn with Node-based package managers, the package is not signed, and...
All it does is extracts the tarball to `~/.yarn` so you can simply delete that directory. Maybe in the future we could have an uninstall script.
Oh yeah, it also adds `~/.yarn/bin` to the PATH. Feel free to submit a pull request adding an uninstallation script if you like.
Would you like to submit a PR to fix this?
Sorry I missed this... Would you like to submit a pull request to adjust the documentation? I think that'd be fine to change. > The current guidance from Debian Where...
LTS release is 8.x, so it should likely use 8.x. Would you like to submit a pull request to update it?
This is a good idea... Would you like to submit a pull request to add this documentation?
Rather than adding it to the block of commands, I'd suggest adding it below as a side note. Something like "if you encounter an error while running 'apt-get update', you...
Ideally you **should** be using a hard-coded version number here, otherwise your build could suddenly break when a new Yarn version is released. Could you please provide an example of...
Thanks for the info! Sounds great. Let's wait for Docusaurus 2.0 before doing this. Perhaps you could convert Yarn's site as part of the Docusaurus 2.0 launch (ie. it could...