ihmc-open-robotics-software icon indicating copy to clipboard operation
ihmc-open-robotics-software copied to clipboard

Documentation feature: node_modules folder is huge

Open calvertdw opened this issue 7 years ago • 2 comments

The node_modules folder is around 50MB and contains 12,758 files and has no relation to IHMC code. This should not be on develop.

@dljsjr @SylvainBertrand leaving this here so we don't forget

calvertdw avatar Aug 28 '18 18:08 calvertdw

These get generated by the yarn/npm bootstrapping process and shouldn't be versioned, we definitely need to remove them. The package.json and package-lock.json are enough information for yarn/npm to redownload these modules on demand.

dljsjr avatar Aug 28 '18 18:08 dljsjr

We'll also have to probably comb over the repo w/ BFG once we've cleaned everything up so they're not in history anymore.

dljsjr avatar Aug 28 '18 18:08 dljsjr

This has been fixed.

calvertdw avatar Dec 30 '23 20:12 calvertdw