cli
cli copied to clipboard
the package manager for JavaScript
### Current Behavior: When installing a direct dependency using the alias syntax e.g. `npm install jose@npm:jose-node-esm-runtime` my other dependencies that depend on `jose` start requiring `jose-node-esm-runtime` instead. ### Expected Behavior:...
### Is there an existing issue for this? - [X] I have searched the existing issues ### This issue exists in the latest npm version - [X] I am using...
### Is there an existing issue for this? - [X] I have searched the existing issues ### This issue exists in the latest npm version - [X] I am using...
### Is there an existing issue for this? - [X] I have searched the existing issues ### This issue exists in the latest npm version - [X] I am using...
### Is there an existing issue for this? - [X] I have searched the existing issues ### This issue exists in the latest npm version - [X] I am using...
Opening a new issue since #4232 is getting crowded with other possibly unreleated bug reports. But this one I have confirmed. From: https://github.com/npm/cli/issues/4232#issuecomment-1281801614 --- > Note that the INITIAL install...
### Current Behavior: If you have a module that is not supported on your platform set in the `devDependencies` object in your package file and you do a production install...
### Is there an existing issue for this? - [X] I have searched the existing issues ### This issue exists in the latest npm version - [X] I am using...
### Is there an existing issue for this? - [X] I have searched the existing issues ### This issue exists in the latest npm version - [X] I am using...
I'd like a way to combine the dependency selector syntax of `npm query` with the registry data provided by `npm view`. `npm query` only supports locally installed packages, and `npm...