Coding⏱️ 2 min read📅 2026-05-29

How to Fix: pnpm audit responded with 410: {"error":"This endpoint is be

Quick Answer: The pnpm audit endpoint is being retired, use the bulk advisory endpoint instead.

The error message indicates that the audit endpoint is being retired and you should use the bulk advisory endpoint instead. This change is likely due to a recent update in the registry.

💡 Why You Are Getting This Error

  • [Cause]

🚀 How to Resolve This Issue

Method 1: Switching to Bulk Advisory Endpoint

  1. Step 1: Update your pnpm audit command to use the bulk advisory endpoint by adding the --endpoints flag with the value https://registry.npmjs.org/-/npm/v1/bulk-advisory.

Method 2: Updating Your pnpm.json File

  1. Step 1: Open your pnpm.json file and update the audit configuration to use the bulk advisory endpoint.

✨ Wrapping Up

By following these steps, you should be able to resolve the issue and continue using pnpm audit with the new bulk advisory endpoint.

Did this fix your problem?

If not, try searching for specific error codes.

🔍 Search Error Database

❓ Frequently Asked Questions