Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

bw cli 2023.12.0 seems to have broken the workflow #186

Open
luckman212 opened this issue Dec 7, 2023 · 4 comments
Open

bw cli 2023.12.0 seems to have broken the workflow #186

luckman212 opened this issue Dec 7, 2023 · 4 comments

Comments

@luckman212
Copy link
Collaborator

luckman212 commented Dec 7, 2023

Between bitwarden/clients#7126 and bitwarden/clients#6689, the bw cli 2023.12.0 release seems like a really bad idea if you depend on this workflow 🙁

I don't have all the details yet, but for me, I am just getting this now:

image
@luckman212
Copy link
Collaborator Author

related?: #184

@luckman212
Copy link
Collaborator Author

luckman212 commented Dec 8, 2023

⚠️ Temporary fix ⚠️

1. Add NODE_OPTIONS="--no-deprecation" to workflow env vars

image

2. Delete workflow cache...(paste into Alfred)

.bwconfig workflow:delcache

3. Roll back to 2023.10.0 version of bw cli (from Terminal)

npm uninstall --global @bitwarden/cli
npm install --global @bitwarden/[email protected]

If you run into problems with node/npm, you may want to try the steps outlined at #184 (comment)

4. Run a sync...

image

@blacs30
Copy link
Owner

blacs30 commented Dec 8, 2023

Thanks for the status updates.
Seems there is not much we can do about right now.

@luckman212
Copy link
Collaborator Author

v2023.12.1 of the Bitwarden CLI was just released, and seems to fix the issue.

npm uninstall --global @bitwarden/cli
npm install --global @bitwarden/[email protected]

(You can remove the NODE_OPTIONS="--no-deprecation" from the workflow as well.)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants