bitwarden / clients

Bitwarden client apps (web, browser extension, desktop, and cli).
https://bitwarden.com
Other
9k stars 1.18k forks source link

GPL build is unavailable to install from NPM #10648

Open aphedges opened 3 weeks ago

aphedges commented 3 weeks ago

Steps To Reproduce

  1. Go to https://www.npmjs.com/package/@bitwarden/cli
  2. Look at the "License" field

Expected Result

The "License" field should contain the text GPL-3.0-only.

Actual Result

The "License" field contains the text SEE LICENSE IN LICENSE.txt.

Screenshots or Videos

No response

Additional Context

According to https://bitwarden.com/help/cli/#tab-npm-bI3gMs3A3z4pl0fwvRie9:

Installing with NPM is the simplest way to keep your installation up-to-date and should be the preferred method for those already comfortable with NPM:

npm install -g @bitwarden/cli

However, I can no longer install recent GPL versions of the package using this method. If @bitwarden/cli is not open source anymore, then there should at least be an option to install the libre version through a similar channel.

As a side note, it is unclear to me whether my usage of the CLI would violate the Bitwarden License v1.0, so I am avoiding installing it.

Operating System

Windows, macOS, Linux

Operating System Version

N/a

Shell

Bash

Build Version

N/a

Issue Tracking Info

jhheider commented 2 weeks ago

2024.8.0 published without the build folder; it's just the README and package.json:

https://www.npmjs.com/package/@bitwarden/cli/v/2024.8.0?activeTab=code

edit: actually, this is unlikely to be your issue, since your issue is slightly older than that release.