iandotkelly / nlf

Node License Finder
MIT License
153 stars 41 forks source link

Add support for `pnpm` based installs #53

Open jsumners opened 5 years ago

jsumners commented 5 years ago

This module is quite helpful. It'd be even better for me if it supported node_modules directories that have been generated by https://pnpm.js.org/. As it is, I'm having to purge my node_modules, re-install with npm >= 3, run nlf, and then re-purge and re-install in order to get the default infinity resolution to "work".

iandotkelly commented 5 years ago

I'll look into it.