cli
cli copied to clipboard
the package manager for JavaScript
Co-authored-by: @noseratio
Npm does not capture conflicting dependencies with old lockfiles (npm@6) . On the first install from an old lockfile, the lockfile gets upgraded but the install command captures the old...
`npm install` in a folder that doesn't have `package.json` doesn't write `package-lock.json` file. ## References Fixes #6986
Sometimes when I am working with a monorepo of many workspaces with intermittencies I encounter the following error: ``` npm ERR! Cannot read properties of undefined (reading 'extraneous') ``` Which...
`libnpmexec` forces 'inherit' value in stdio option. Others stdio values are required for non interactive usage. ## References
Added folder tree to visualize example. 1. Added folder tree to help visualize the package.json Monorepo react example. 2. json to jsonc (json blocks with comments) ## References
Fixed error when installing packages like `styled-components`. It was caused by the `edgesOut` part of the `node`. ## References Fixes #4787
A check for not defined `node.package` value is added to `getHumanOutputItem` ## References Fixes: #5961
This is an alternative to #5842. I had pushed some commits to that PR but backed them out to make it clear that this is a different approach to the...