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

Remove private: false from package.json #2

Merged
merged 1 commit into from
Jun 13, 2024
Merged

Conversation

rbruggem
Copy link
Member

We reference this package with git+https:.

@0bex0 is getting a checksum error when installing it as dependency.

This issue has occured before: yarnpkg/berry#2399.

I inspected the zipped packages and noticed the difference is private: in package.json.

I have therefore decided to remove the attribute and see what happens.

Screenshot 2024-06-12 at 18 44 57

We reference this package with `git+https:`.

@0bex0 is getting a checksum error when installing it as dependency.

This issue has occured before: yarnpkg/berry#2399.

I inspected the zipped packages and noticed the difference is `private:`
in package.json.

I have therefore decided to remove the attribute and see what happens.
Copy link

@raguiar9080 raguiar9080 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I skimmed through the linked thread and this was the one comment that caught my eye: yarnpkg/berry#2774 (comment)

Feels very weird if this private change is the issue tbh 🤔 but not like I got a better idea and the change seems benign

@rbruggem
Copy link
Member Author

I skimmed through the linked thread and this was the one comment that caught my eye: yarnpkg/berry#2774 (comment)

Feels very weird if this private change is the issue tbh 🤔 but not like I got a better idea and the change seems benign

It is the cause. I am not sure this change is the fix. We'll see.

@rbruggem rbruggem merged commit 901f96c into master Jun 13, 2024
1 check passed
@rbruggem rbruggem deleted the remove-private branch June 13, 2024 08:56
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