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
@ryanlanciaux Is the intent to support folks using either npm OR yarn? In my experience, we typically dictate one or the other for a project and that is the one you use for the project. I ran into some issues running npm install and I'm wondering if that's because I should have used yarn install.
Could you clarify for me if both are intended to exist or which package manager you'd prefer to keep around?
The text was updated successfully, but these errors were encountered:
Update: PR #849 removed the yarn.lock file, but the question stands. Both were being used until that last merge, so I'd like to see what your preference is.
@ryanlanciaux Is the intent to support folks using either npm OR yarn? In my experience, we typically dictate one or the other for a project and that is the one you use for the project. I ran into some issues running
npm install
and I'm wondering if that's because I should have usedyarn install
.Could you clarify for me if both are intended to exist or which package manager you'd prefer to keep around?
The text was updated successfully, but these errors were encountered: