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
Remove Yarn from node. Yarn has its own template yarn, which overlaps with node
Update yarn template to match the official one when initialising Yarn package yarn init -2
.yarn/*!.yarn/patches!.yarn/plugins!.yarn/releases!.yarn/sdks!.yarn/versions# Swap the comments on the following lines if you wish to use zero-installs# In that case, don't forget to run `yarn config set enableGlobalCache false`!# Documentation here: https://yarnpkg.com/features/caching#zero-installs#!.yarn/cache.pnp.*
The text was updated successfully, but these errors were encountered:
Note that git is behaving weirdly with Yarn projects, even when using the upcoming Yarn gitignore patterns and disabling the stock Yarn patterns from the current node pattern list.
git keeps trying over and over to stage files like .yarn/install-state.gz and .yarn/unplugged/ that it has no business tracking.
Issue Template
node
Issues
yarn
, which overlaps withnode
yarn
template to match the official one when initialising Yarn packageyarn init -2
The text was updated successfully, but these errors were encountered: