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

Changing the use of patch-package with pnpm #2855

Closed
ironAiken2 opened this issue Nov 18, 2024 · 0 comments · Fixed by #2661
Closed

Changing the use of patch-package with pnpm #2855

ironAiken2 opened this issue Nov 18, 2024 · 0 comments · Fixed by #2661
Assignees

Comments

@ironAiken2
Copy link
Contributor

Teams

The official documentation for patch-package recommends using npm or yarn, and if you are using pnpm, use pnpm patch.

Currently, WebUI react is running patches on the cloud-scape board-component package. Patching is fine with the current structure, but it's impossible to generate patch files for new changes. (no package-lock.json error)

Because of this, we need to use pnpm patch instead of patch-package, or some other method.

@ironAiken2 ironAiken2 self-assigned this Nov 18, 2024
@ironAiken2 ironAiken2 linked a pull request Nov 18, 2024 that will close this issue
@ironAiken2 ironAiken2 assigned yomybaby and unassigned ironAiken2 Nov 18, 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 a pull request may close this issue.

2 participants