Skip to content
Latest: The updated version of the Creating NPM Package (React JavaScript) book is out

Software Development Terms Beginning with Y

Yarn

Yarn is a package manager (an alternative to NPM) that automatically helps find and execute a specified package.

Learn more…

yarn.lock

yarn.lock is a file that Yarn uses to record the exact version of all the packages you’ve installed locally to your project’s node_modules directory.

Learn more…