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

package.json: bump esbuild #1381

Merged
merged 1 commit into from
Aug 22, 2023
Merged

package.json: bump esbuild #1381

merged 1 commit into from
Aug 22, 2023

Conversation

AdamMajer
Copy link

Bump dependency of esbuild to fix a dependency issue during install

npm i --package-lock-only
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree npm ERR!
npm ERR! While resolving: podman@undefined
npm ERR! Found: [email protected]
npm ERR! node_modules/esbuild
npm ERR! dev esbuild@"^0.18.14" from the root project npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer esbuild@"^0.19.1" from [email protected] npm ERR! node_modules/esbuild-sass-plugin
npm ERR! dev esbuild-sass-plugin@"^2.10.0" from the root project npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry npm ERR! this command with --force or --legacy-peer-deps npm ERR! to accept an incorrect (and potentially broken) dependency resolution.

Closes: #1380

package.json Show resolved Hide resolved
@AdamMajer
Copy link
Author

I'm not sure how to update this since the node-cache repository is inaccessible.

@jelly
Copy link
Member

jelly commented Aug 22, 2023

I'm not sure how to update this since the node-cache repository is inaccessible.

Yes, this is contributors only. We'll handle it :)

@jelly jelly merged commit 5dc462c into cockpit-project:main Aug 22, 2023
19 checks passed
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.

dependency issues in package.json
3 participants