cli
cli copied to clipboard
the package manager for JavaScript
Details explained in issue #7555 Closes #7555
### 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...
### Is there an existing issue for this? - [X] I have searched the existing issues ### This is a CLI Docs Problem, not another kind of Docs Problem. -...
## What & Why I've seen many instances of people getting this error `Tracker "idealTree" already exists` which is caused by installing packages in a root directory. Examples of where...
### 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...
in `.npmrc` add a path to an editor with an empty space in it ``` editor=/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl ``` or ``` editor=/Applications/Visual Studio Code.app/Contents/Resources/app/bin/code ``` then on `npm edit` ``` ➜...