Yarn cheat sheet

1 min read

Yarn

After a switch to yarn from some weird version of npm, our project built with less effort and faster. At that time the 'npm install' went into an everlasting loop that locked the computer, with only solution to restart it completely. Yarn is the new caching package tool to manage the millions lines of code that magically just run together.

cheat sheet

see this: https://yarnpkg.com/lang/en/docs/cli/add/

previousnext