-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Labels
Documentationdocumentation related issuedocumentation related issuePriority 2secondary priority issuesecondary priority issue
Description
Is there an existing issue for this?
- I have searched the existing issues
This is a CLI Docs Problem, not another kind of Docs Problem.
- This is a CLI Docs Problem.
Description of Problem
Accordingly with https://github.com/npm/rfcs/blob/main/implemented/0001-package-aliases.md and #3, I can use alias package in the dependencies
section.
So, I can run pnpm install orama1.2.8@npm:@orama/[email protected]
. This adds a new entry in my package.json
like:
{
"dependencies": {
"orama1.2.8": "npm:@orama/[email protected]"
}
}
The format npm:***
is not listed in the documentation here, and this creates some confusion.
Potential Solution
Put in the list the "npm:**" format.
Affected URL
https://docs.npmjs.com/cli/v10/configuring-npm/package-json#dependencies
Metadata
Metadata
Assignees
Labels
Documentationdocumentation related issuedocumentation related issuePriority 2secondary priority issuesecondary priority issue