Skip to content

Commit

Permalink
docs: Better npx link (#5742)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrienstra committed Oct 26, 2022
1 parent 3dd8d68 commit b5fadd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/commands/init.js
Expand Up @@ -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' })
}
}
Expand Down

0 comments on commit b5fadd0

Please sign in to comment.