Description
When installing the CLI globally, npm shows a deprecation warning for the uuid dependency:
npm warn deprecated uuid@9.0.1: Please upgrade to version 11 or higher.
Steps to Reproduce
- Run
npm install -g @termly-dev/cli
- Observe the deprecation warning in the output
Expected Behavior
No deprecation warnings during installation.
Suggested Fix
Update the uuid dependency in package.json from ^9.0.0 to ^11.0.0 (or latest). The current version 9.x is marked as deprecated by the uuid maintainers.
Environment
- Node.js version: current LTS
- npm version: latest
- CLI version: 1.9.5
Description
When installing the CLI globally, npm shows a deprecation warning for the
uuiddependency:Steps to Reproduce
npm install -g @termly-dev/cliExpected Behavior
No deprecation warnings during installation.
Suggested Fix
Update the
uuiddependency inpackage.jsonfrom^9.0.0to^11.0.0(or latest). The current version 9.x is marked as deprecated by theuuidmaintainers.Environment