Current Behavior
New user, try to install Lerna@9.0.7. at first time.
Run :
npx lerna@latest init --dryRun
Got in Terminal the warnings of deprecated packages of git-semver-tags@5.0.1, git-raw-commits@3.0.0, et glob@11.1.0 :
npm warn deprecated git-semver-tags@5.0.1: This package is no longer maintained. For the JavaScript API, please use @conventional-changelog/git-client instead.
npm warn deprecated git-raw-commits@3.0.0: This package is no longer maintained. For the JavaScript API, please use @conventional-changelog/git-client instead.
npm warn deprecated glob@11.1.0: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
Expected Behavior
No warnings with --dryRun, then I can run npx lerna@latest init --independent
Failure Logs / Configuration
No configuration exists. Install Lerna inside an empty directory.
Environment
IDE : VS code
OS : MacOS
Current Behavior
New user, try to install Lerna@9.0.7. at first time.
Run :
Got in Terminal the warnings of deprecated packages of
git-semver-tags@5.0.1,git-raw-commits@3.0.0, etglob@11.1.0:Expected Behavior
No warnings with
--dryRun, then I can runnpx lerna@latest init --independentFailure Logs / Configuration
No configuration exists. Install Lerna inside an empty directory.
Environment
IDE : VS code
OS : MacOS