Skip to content

Commit ebd4e9c

Browse files
npm-cli+bot@6github.comruyadorno
npm-cli+bot@github.com
authored andcommittedMay 26, 2022
deps: upgrade npm to 8.11.0
1 parent 331088f commit ebd4e9c

File tree

120 files changed

+2044
-2237
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

120 files changed

+2044
-2237
lines changed
 

‎deps/npm/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ npm <command>
5050
* [**Documentation**](https://docs.npmjs.com/) - Official docs & how-tos for all things **npm**
5151
* Note: you can also search docs locally with `npm help-search <query>`
5252
* [**Bug Tracker**](https://github.com/npm/cli/issues) - Search or submit bugs against the CLI
53-
* [**Roadmap**](https://github.com/npm/roadmap) - Track & follow along with our public roadmap
53+
* [**Roadmap**](https://github.com/orgs/github/projects/4247/views/1?filterQuery=npm) - Track & follow along with our public roadmap
5454
* [**Feedback**](https://github.com/npm/feedback) - Contribute ideas & discussion around the npm registry, website & CLI
5555
* [**RFCs**](https://github.com/npm/rfcs) - Contribute ideas & specifications for the API/design of the npm CLI
5656
* [**Service Status**](https://status.npmjs.org/) - Monitor the current status & see incident reports for the website & registry

‎deps/npm/docs/content/commands/npm-bin.md

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ Print the folder where npm will install executables.
3434

3535
* Default: false
3636
* Type: Boolean
37+
* DEPRECATED: `--global`, `--local` are deprecated. Use `--location=global`
38+
instead.
3739

3840
Operates in "global" mode, so that packages are installed into the `prefix`
3941
folder instead of the current working directory. See

0 commit comments

Comments
 (0)