-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Labels
Description
Steps To Reproduce
In package-lock.json
, some dependencies are missing a hash which prevents us from building bitwarden-cli offline in Nixpkgs: NixOS/nixpkgs#339576
Expected Result
Every dependency in the lock file should have the resolved
and integrity
fields.
Actual Result
See e.g. apps/cli/node_modules/open
which lacks the resolved
and integrity
fields.
Screenshots or Videos
No response
Additional Context
Operating System
Linux
Operating System Version
No response
Shell
Bash
Build Version
2025.8.0
Issue Tracking Info
- I understand that work is tracked outside of Github. A PR will be linked to this issue should one be opened to address it, but Bitwarden doesn't use fields like "assigned", "milestone", or "project" to track progress.
RisGar, GitBluub, zoriya and DontBlameMe99