You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Preferred with hosting migration (Migrate hosting from Netlify to Vercel #416): remove netlify-cli from the repo once deploys run on Vercel (and drop Netlify-only scripts/config usage).
Interim: upgrade netlify-cli to a current major that no longer pulls these packages, and regenerate the lockfile with Node 18 + npm install --legacy-peer-deps.
If unused in CI/local workflow: remove it immediately even before Migrate hosting from Netlify to Vercel #416 completes (verify no scripts/netlify.toml hooks require the CLI locally).
Acceptance criteria
Decide remove vs upgrade (document choice in a PR)
Summary
netlify-cli@2.71.0(devDependency) is the root of a large cluster ofnpm warn deprecatedmessages on install, including:statsd-client,sourcemap-codec,rollup-plugin-inject,rollup-plugin-tersernetlify-plugin-deploy-preview-commenting,node-pre-gyp,tar@4/tar@6,osenvnpmlog/are-we-there-yet/gaugemoize@5/moize@6cli-uxand legacy@oclif/*packagesParent inventory: #445 (Cluster A).
Options (pick one path)
netlify-clifrom the repo once deploys run on Vercel (and drop Netlify-only scripts/config usage).netlify-clito a current major that no longer pulls these packages, and regenerate the lockfile with Node 18 +npm install --legacy-peer-deps.netlify.tomlhooks require the CLI locally).Acceptance criteria
Related