-
Notifications
You must be signed in to change notification settings - Fork 16
Migrate from npm to yarn v2 #47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Noting that the pr check workflow will need to be upgraded to reflect the yarn changes as well. |
|
seems like yarn is not appreciated for something like |
ah, looks like worker_threads aren't supported before node 10.5. I believe this PR should unblock mine. 🤞 |
Cooperbuilt
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Proposed Changes
Migrates the package manager from npm to yarn v2.
Relates to #34.
Types of changes
Put an
xin the boxes that applyTest Plan and Documentation
Unit tests are passing.
No logic changes are included in this PR.
Further comments
I decided to migrate to yarn2 instead of yarn1 after reading their docs: https://yarnpkg.com/getting-started/qa#why-should-you-upgrade-to-yarn-modern