davglass / license-checker

Check NPM package licenses

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does not recurse node_modules generated by pnpm

jsumners opened this issue · comments

If I install my modules by pnpm install and then do license-checker then I do not get a recursive list all licenses. However, if I install my modules by npm install --legacy and run the checker then I will get a recursive list of all licenses.

https://pnpm.js.org/

cc: @zkochan