-
Notifications
You must be signed in to change notification settings - Fork 286
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
npm module @bufbuild/buf@1.47.1 (current latest) is broken #3469
Comments
Thanks for filing this issue! Yes, the intention was to release a revision to
Hopefully everything is resolved now, and please let me know if you run into any additional issues. Thanks! |
Idk if relevant but get
It happen during ci on GHA |
I also encountered the same problem |
Hello @doriable. It is unfortunate that the version was released incorrectly, but that version is already in use in various products. We are very confused that the version was physically removed from the artifact repository without notice. We hope that you will be able to use 1.47.1 as before. Thank you. |
|
Hi guys, we have same problem here. Do we have a date to fix it? |
As a simple temporary workaround, use the following in your package.json: "@bufbuild/buf": "1.46.0", Note that this version constraint does not use caret (as in If you have a package-lock.json file in your repository, make sure to run This should unblock you until we cut a release to fix the underlying issue with the latest release. |
We've released version 1.47.2 to fix the issues ("unexpected version" error, missing buf-linux-x64 package). You can update with the following command:
This will update the dependency in your package.json file to "@bufbuild/buf": "^1.47.2" It's also fine to manually make this change in package.json and run |
Thank you for your effort @timostamm @doriable! It's live now! |
GitHub repository with your minimal reproducible example (do not leave this field blank or fill out this field with "github.com/bufbuild/buf" or we will automatically close your issue, see the instructions above!)
this is not necessary
Commands
docker run -it --rm --name buf-test --workdir /app node:alpine /bin/sh -c 'npm install @bufbuild/buf@1.47.1'
Output
Expected Output
The equivalent of what you see when install 1.47.0
docker run -it --rm --name buf-test --workdir /app node:alpine /bin/sh -c 'npm install @bufbuild/buf@1.47.0'
added 2 packages in 7s
Anything else?
It would be great to know more about what happened here. If it's the same code in both 1.47.0 and 1.47.1 and the patch was just bumped then that's great. That said, unexpected/unreleased versions on NPM can be scary.
Thanks!
The text was updated successfully, but these errors were encountered: