npm install --no-audit

Category: Node.js & npm/yarn

npm install --no-audit

Install dependencies while skipping the audit

Disables the security vulnerability check npm runs after every install, which speeds up large installs. The audit finds packages with known vulnerabilities, so only skip it when you run npm audit separately or in CI. Combine with --no-fund to silence funding prompts too.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.