Hello friends, In today’s tutorial we would learn about YARN package manager. You have heard about NPM package manager which is used to host library packages online for developers. Yarn is same as NPM. Yarn is a software packaging system developed by Facebook in 2016. Full form of YARN is Yet Another Resource Negotiator. Today we would learn about how you can install YARN in your windows system using NPM for developing purpose. Using this tutorial you can also install YARN using standalone .msi setup file. So in this tutorial we would learn about Getting Started with YARN Installation Guide For Windows.
Contents in this project Getting Started with YARN Installation Guide For Windows :-
Installing YARN using NPM in Windows :-
1. In the first method we would discuss installing YARN using Node.js. So before this step you have to install the NODE.JS in your computer. Goto nodejs.org and download the latest recommended version.
2. Now after installing the Node we have to restart our computer and then open the Command Prompt and execute below command to install YARN using NPM.
1
|
npm install —global yarn
|
Installing YARN using Setup file in Windows :-
1. In second method all you have to do is open official yarn package website page. Then Click on Alternatives -> Click to Expand Collapse.
2. Then choose your operating system as Windows then version of YARN and click on Download Installer button.
Now follow all the installer steps.