Vanilla-OS / documentation

Find out how to use Vanilla OS and all its tools and settings.
http://documentation.vanillaos.org/
GNU Affero General Public License v3.0
52 stars 26 forks source link

Use YARN instead of NPM in Docusaurus. (Related to #74) #75

Closed kyee-rs closed 1 year ago

kyee-rs commented 1 year ago

I recommend using yarn instead of npm(node.js default package manager), because YARN is supported in all the platform, that support Node.JS, but it provides faster packages delivery, ability to use .lock file instead of packages.json, that allows to download the exact version specified and the exact version of dependencies required by other packages. This makes yarn faster in CI/CD, than npm is.