If you want to know more information about npm formula, then you can make use of the info command,
mac % brew info npm
node: stable 16.6.1 (bottled), HEAD
Platform built on V8 to build network applications
https://nodejs.org/
/opt/homebrew/Cellar/node/15.14.0 (2,808 files, 47.1MB) *
Poured from bottle on 2021-04-19 at 22:38:59
From: https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/node.rb
License: MIT
==> Dependencies
Build: pkg-config ✘, python@3.9 ✘
Required: brotli ✔, c-ares ✔, icu4c ✘, libuv ✘, nghttp2 ✘, openssl@1.1 ✔
==> Options
--HEAD
Install HEAD version
==> Analytics
install: 365,981 (30 days), 1,091,087 (90 days), 4,511,789 (365 days)
install-on-request: 287,143 (30 days), 855,154 (90 days), 3,410,641 (365 days)
build-error: 0 (30 days)
As you can see in the above output, you get all the information such as the version, license, dependencies as well as the stability and size of the installation.
More Posts related to HowTos,
- Brew Error - This command updates brew itself and does not take formula names
- How to get more information about npm using brew command
- How to find the path of formula Installation by Brew
- MongoDB: Failed to connect to 127.0.0.1:27017 reason: Connection refused
- Clearing the Cache in Firefox Web Browser
- How to enter Rockstar Activation Code?
- How to display line numbers in Terminal while displaying content of a file
- How to install Postman natively on a Mac
- ChatGPT Outage: Hmm...something seems to have gone wrong. Maybe try me again in a little bit.
- Copy all .vcf Mobile Contacts files into one .vcf
- How to Whitelist IP Address on GoDaddy Hosting?
- How to check the version of NodeJS installed
- How to remove password from pdf file
- Top 10 emerging breakthrough trending technologies
- How to press shortcut CTRL + ALT + DEL on Windows Remote Desktop
- Gmail Unable to upload because it is a folder or a package (like an application bundle or RTFD document)
- How to write hello world different languages syntax
- [fix] Editor could not be opened unexpected error: File is a directory (VS Code)
- How to generate ssh key?
- How to Change or Set a new Password for your Wi-Fi Router
- [Error] zsh: command not found: mvn
- What is an Authorization Code Grant? OAuth 2.0
- Install SonarLint on Visual Studio Code
- Unzip a Zip file from Terminal Command
- Format Code in Visual Studio - VS Code [Mac/Windows/Linux]
More Posts:
- Microsoft Lists and SharePoint Online edit grid view - use undo and redo changes - SharePoint
- How to see Created Accessed Modified and Changed dates of a file using bash terminal command - Bash
- How to Show Path of Files or App in Mac Spotlight Search - MacOS
- How to hide or display Wifi icon in macOS Bug Sur Menu Bar - MacOS
- Java JDBC Get Id of the Inserted Record with AutoIncrement - Java
- Keyboard Shortcut to delete a file on a Mac [Macbook] - MacOS
- Release Date and iPhone Devices that will Support iOS 16 - iOS
- Write JSON to file in pretty-printed Format using Java Jackson - Java