From b5fadd0cec392f4bf6d60fa1358f96400be94667 Mon Sep 17 00:00:00 2001 From: Michael Rienstra Date: Wed, 26 Oct 2022 09:20:38 -0700 Subject: [PATCH] docs: Better npx link (#5742) --- lib/commands/init.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/commands/init.js b/lib/commands/init.js index 4822766908715..02a43b0ef0960 100644 --- a/lib/commands/init.js +++ b/lib/commands/init.js @@ -103,7 +103,7 @@ class Init extends BaseCommand { throw Object.assign(new Error( 'Unrecognized initializer: ' + initerName + '\nFor more package binary executing power check out `npx`:' + - '\nhttps://www.npmjs.com/package/npx' + '\nhttps://docs.npmjs.com/cli/commands/npx' ), { code: 'EUNSUPPORTED' }) } }