HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

npm explore — Browse an installed npm package. More information: <https://docs.npmjs.com/cli/npm-explore/>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandnpmclibrowsepackagenpm exploremoreinstalled

Problem

How to use the npm explore command: Browse an installed npm package. More information: <https://docs.npmjs.com/cli/npm-explore/>.

Solution

npm explore — Browse an installed npm package. More information: <https://docs.npmjs.com/cli/npm-explore/>.

Browse an installed package:
npm explore {{package_name}}


Browse a package and run a command inside it:
npm explore {{package_name}} -- {{command}}

Code Snippets

Browse an installed package

npm explore {{package_name}}

Browse a package and run a command inside it

npm explore {{package_name}} -- {{command}}

Context

tldr-pages: common/npm explore

Revisions (0)

No revisions yet.