From 2fbd1d0142865d25b204b3c1c896bc4b63d5603a Mon Sep 17 00:00:00 2001 From: Michael Rienstra Date: Tue, 25 Oct 2022 01:21:18 -0700 Subject: [PATCH 1/2] Better npx link --- 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..307379ce15e9d 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/v8/commands/npx' ), { code: 'EUNSUPPORTED' }) } } From d88c89599d6f0c1273673a131a31b113bbc39819 Mon Sep 17 00:00:00 2001 From: Michael Rienstra Date: Tue, 25 Oct 2022 13:48:52 -0700 Subject: [PATCH 2/2] =?UTF-8?q?Evergreen=20link=20=F0=9F=8C=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: wraithgar --- 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 307379ce15e9d..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://docs.npmjs.com/cli/v8/commands/npx' + '\nhttps://docs.npmjs.com/cli/commands/npx' ), { code: 'EUNSUPPORTED' }) } }