We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dd8d68 commit b5fadd0Copy full SHA for b5fadd0
1 file changed
lib/commands/init.js
@@ -103,7 +103,7 @@ class Init extends BaseCommand {
103
throw Object.assign(new Error(
104
'Unrecognized initializer: ' + initerName +
105
'\nFor more package binary executing power check out `npx`:' +
106
- '\nhttps://www.npmjs.com/package/npx'
+ '\nhttps://docs.npmjs.com/cli/commands/npx'
107
), { code: 'EUNSUPPORTED' })
108
}
109
0 commit comments