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

fix: npm ci failure due to buffer version mismatch #152

Merged
merged 1 commit into from
Feb 15, 2024

Conversation

kikuomax
Copy link
Contributor

- Fixes the problem that `npm ci` failed due to version mismatch of
  `buffer`. `buffer` older than required in `peerDependencies` of one
  dependency was installed because `peerDependencies` does not impose
  installation of the package. Explicitly installs `buffer^6.0.3` to
  resolve the issue. See the following comment for more details:
  buefy#151 (comment)
@kikuomax kikuomax changed the title fix: npm ci failure due to buffer version fix: npm ci failure due to buffer version mismatch Feb 15, 2024
@wesdevpro wesdevpro merged commit 97f40e8 into buefy:master Feb 15, 2024
@kikuomax kikuomax mentioned this pull request Feb 15, 2024
@kikuomax kikuomax deleted the fix-buffer-version branch February 15, 2024 14:42
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