Skip to content

pnpm/node-modules-check

Repository files navigation

node-modules-check

Checks packages in node_modules

npm version Build Status

Installation

npm i -S node-modules-check

Usage

In a project that has node_modules, run:

node-modules-check

Prints all dependencies that use modules not listed in their package.json files.

License

MIT © Zoltan Kochan