[DOCS] npm init <package-spec>
is not same as npx <package-spec>
.
#7011
Labels
npm init <package-spec>
is not same as npx <package-spec>
.
#7011
Is there an existing issue for this?
This is a CLI Docs Problem, not another kind of Docs Problem.
Description of Problem
The npm-init documentation says
npm init <package-spec>
is the same asnpx <package-spec>
:Is that correct?
If it is correct, why aren't the following two commands equivalent?
Potential Solution
#5838 discussed this issue, but it was closed.
Affected URL
https://docs.npmjs.com/cli/v10/commands/npm-init
The text was updated successfully, but these errors were encountered: