You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 23, 2021. It is now read-only.
This should also account for any transient dependencies too by processing everything in the main node_modules directory.
Not sure yet the best way to approach this, but prob the safest will be to just apply this logic recursively i think, that should be ok and give the best results.
If there is no
yarn.lockorpackage-lock.json, then process the node_modules directory manually.Along the lines of:
This should also account for any transient dependencies too by processing everything in the main node_modules directory.
Not sure yet the best way to approach this, but prob the safest will be to just apply this logic recursively i think, that should be ok and give the best results.