How to Check yarn version & location in Terminal
1 views
Jul 6, 2025
Get the full source code of application here:
View Video Transcript
0:00
Uh hello guys, welcome to this video. So
0:02
in this video, I'll show you how to
0:03
track the location and version of YAN.
0:06
YAN is a dependency manager similar to
0:09
npm.
0:10
npm is little little bit popular. Yan is
0:13
also popular. So if you just write yan
0:16
d- version.
0:18
So it will now print out which version
0:20
of yan you are using here. So we are
0:23
using 1.22.22.
0:25
So it will just tell you what version.
0:28
So this is a command here. Simply
0:30
execute it in the terminal. And now to
0:32
track the location where it is installed
0:34
in your system, you simply type this
0:36
command where yan. So if you just
0:39
execute this command here, it will tell
0:41
you entirely pinpoint the location where
0:44
yan is installed. So it tells you the
0:46
location right here, which is C program
0:48
files. And inside the NodeJS folder, we
0:52
have this yarn folder. So you can simply
0:54
copy this location and just go to your
0:57
file explorer and simply paste this
1:01
location. So now this is
1:06
the location right here C program files
1:09
NodeJS and you will see all these
1:11
executables are present. One such
1:13
executable is your JAN executables. So
1:16
in this easy way you can track the
1:18
location and version of YAN simply in
1:20
the command line. Also check out my
1:23
website freemediattools.com
1:25
uh which contains thousands of tools.
#Software