nukenm
v0.0.3
Published
A CLI to nuke your node_modules and reinstall dependencies with your chosen package manager.
Maintainers
Readme
🍄🟫 nukenm
A CLI to nuke node_modules and reinstall dependencies with your chosen package manager.
pnpx nukenmOptions
--cwd <cwd>
The directory to run the command in. Defaults to the current working directory.
pnpx nukenm --cwd /path/to/project-l, --lock-file
Whether or not to remove lock files as well. Defaults to false.
pnpx nukenm --lock-file--no-install
Do not reinstall dependencies after nuking.
pnpx nukenm --no-install--package-manager <packageManager>
The package manager to use. If not specified, it will be auto-detected from the project. Available options: npm, yarn, pnpm, bun.
pnpx nukenm --package-manager pnpm