ensemble-engine / ensemble

A rules-based AI framework for social simulation
Other
50 stars 11 forks source link

Clean out node modules #94

Closed meldckn closed 4 years ago

meldckn commented 4 years ago

Clean out unused npm modules. Surely we don't need all 340 installed in node_modules (and that's just the top level!).

I'm not sure how to tell if a particular module is actually used though..

mkremins commented 4 years ago

Cleaned out the node_modules dependencies in the process of upgrading from NW.js to Electron for release v1.1.0. In the future, we'll have to clean out the dependencies whenever we change them; the easiest way to do this seems to be to remove the node_modules folder and the package-lock.json file at the repository root, then re-run npm install in the terminal.