Skip to content
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

implement yarn berry support #1

Closed
wants to merge 21 commits into from
Closed

implement yarn berry support #1

wants to merge 21 commits into from

Conversation

mifi
Copy link
Owner

@mifi mifi commented Nov 8, 2023

this PR is on top of sindresorhus#721 - don't merge until that is merged

I have tested manually and it works with yarn 4.

TODO tests have not been updated

mifi added 7 commits November 8, 2023 22:58
enable2fa.getEnable2faArgs is not a function

probably from rewriting to esm
can be reproduced by running `np` without an internet connection
thereby it thinks that options.availability.isUnknown but the package is not scoped,
so it just exits with success (exit code 0)
where it was trying to call setFrom with the first argument as a Version instance
instead of a string
causing code to fail
otherwise it fails with:
Response Code: 402 (Payment Required)
You must sign up for private packages
tests not yet fixed
@mifi mifi changed the base branch from improvements to main December 1, 2023 06:04
@kvz
Copy link

kvz commented Aug 2, 2024

Hey @mifi do you think we can get this over the finish line, so we can get transloadit/node-sdk#171 over the finish line? It seems awfully close to completion?

@mifi
Copy link
Owner Author

mifi commented Aug 2, 2024

Hey, this is actially done upstream. np supports yarn 4. can close this

@mifi mifi closed this Aug 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants