Luke Hamburg

Results 499 comments of Luke Hamburg

@tophee I gave up a long time ago trying to manage node/npm with Homebrew. It's a mess of dependencies, conflicts and permission issues. I suggest you try some variation of:...

@tophee Did that work for you?

If you got an `Operation not permitted` error when running `chown`, you may have either entered your password incorrectly, or the account you're using on that Mac isn't an admin....

@MikeAg03 the flag is `--no-deprecation` (not _depreciation_)

Hi @blacs30 3.0.3 needs the version bump too 😐

v2023.12.1 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.)

If you want the automatic updates then yes switching back to the Homebrew version is simpler.

Sad to say but I believe that yes it's time to throw in the towel on Bitwarden CLI. They just don't seem to care about it, and it's been broken...

related?: https://github.com/blacs30/bitwarden-alfred-workflow/issues/184

## ⚠️ Temporary fix ⚠️ #### 1. Add `NODE_OPTIONS="--no-deprecation"` to workflow env vars #### 2. Delete workflow cache...(paste into Alfred) ``` .bwconfig workflow:delcache ``` #### 3. Roll back to 2023.10.0...