From c86f797b1d31a7ff354c28cae524b0e9db21ecee Mon Sep 17 00:00:00 2001 From: Sid Bidasaria Date: Sun, 11 May 2025 20:46:34 -0700 Subject: [PATCH] fix: link to npm troubleshooting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9db5d6d2..f4506580 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Some of its key capabilities include: ## Get started 1. If you are new to Node.js and Node Package Manager (`npm`), then it is recommended that you configure an NPM prefix for your user. - Instructions on how to do this can be found [here](https://docs.anthropic.com/en/docs/agents-and-tools/claude-code/overview#recommended-create-a-new-user-writable-npm-prefix). + Instructions on how to do this can be found [here](https://docs.anthropic.com/en/docs/claude-code/troubleshooting#recommended-solution-create-a-user-writable-npm-prefix). *Important* We recommend installing this package as a non-privileged user, not as an administrative user like `root`. Installing as a non-privileged user helps maintain your system's security and stability.