Search code examples
crudmean-stackmeanjs

How can I safely remove a CRUD module built with yo (mean.js)


How can I safely remove a CRUD module built with yo meanjs:crud-module <module-name> ?

Is it enough just to delete folder and server files?


Solution

  • Yes, that is all there is to it. The meanjs system is designed to utilize the files that are there without modifying any configuration files. If the crud-module files are gone, it won't be looking for them.