You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since last week, create-react-app uses yarn for installing dependencies. From the release notes of create-react-app:
Yarn is a new fast, reliable and secure alternative to the npm client. If you have Yarn installed, create-react-app will use it to install packages when you create an app. It also creates a yarn.lock file that should be checked into source control (e.g. git). This ensures the same versions of packages will be installed each time yarn install is run, on any machine.
We could all benefit from this!
The text was updated successfully, but these errors were encountered:
Since last week,
create-react-app
usesyarn
for installing dependencies. From the release notes ofcreate-react-app
:We could all benefit from this!
The text was updated successfully, but these errors were encountered: