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
I would propose we remove yarn. NPM is faster and more reliable than it was years ago. Yarn just adds an unnecessary dependency and a global install. Also there are multiple versions of yarn and it can be confusing as to which to you as they are not compatible with each other.
Suggested implementation:
I have a branch that removes yarn and everything appears to work.
The text was updated successfully, but these errors were encountered:
Maybe we're missing "packageManager": "[email protected]",, but is this related to the broken behavior you described in Discord with types? I'm not opposed to switching back to NPM, but it hasn't been an emergency for us.
Describe the feature you'd like:
I would propose we remove yarn. NPM is faster and more reliable than it was years ago. Yarn just adds an unnecessary dependency and a global install. Also there are multiple versions of yarn and it can be confusing as to which to you as they are not compatible with each other.
Suggested implementation:
I have a branch that removes yarn and everything appears to work.
The text was updated successfully, but these errors were encountered: