Add engines
property to package.json
to warn while installing cli on node version <17
#9044
Open
1 task done
Labels
Steps To Reproduce
npm install -g @bitwarden/cli
)bw --version
. The command errors out.Expected Result
I'd expect the warning should come from
@bitwarden/cli
itself. This can be achieved usingengines
. It will warn by default but fail for--engines-strict=true
Actual Result
The warnings/error should come from bw cli itself rather than it's dependencies.
Screenshots or Videos
No response
Additional Context
No response
Operating System
Linux
Operating System Version
6.5.13-1-MANJARO
Shell
Bash
Build Version
2024.3.1
Issue Tracking Info
The text was updated successfully, but these errors were encountered: