From b3de46da035538465a9a9bbfb4db2149ffae2e07 Mon Sep 17 00:00:00 2001 From: Sahilb315 Date: Thu, 16 Apr 2026 19:20:22 +0530 Subject: [PATCH] update npm test cmd --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2dd02c..01321d3 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ pip install requests Verify PMG is working by installing a test package. This is a harmless package flagged as malicious in the SafeDep database, specifically meant for testing: ```bash -npm i safedep-test-pkg@0.1.3 +npm --prefer-online --no-cache i safedep-test-pkg@0.1.3 ```