duniul / clean-modules

๐Ÿงน Clean up/prune unnecessary files and reduce the size of your node_modules directory.
ISC License
107 stars 6 forks source link

pnpm support? #25

Closed eshimischi closed 1 year ago

eshimischi commented 1 year ago

Thanks for your project! Will it work with pnpm node_modules structure?

duniul commented 1 year ago

Yup, it works fine! ๐Ÿ‘

At least for the node_modules relative to the project, and the cache folders it creates symlinks to. It won't work for the global store however, but that's probably a good thing!

eshimischi commented 1 year ago

Yup, it works fine! ๐Ÿ‘

At least for the node_modules relative to the project, and the cache folders it creates symlinks to. It won't work for the global store however, but that's probably a good thing!

thanks for your response!