Open manchuwook opened 4 years ago
Issue-Label Bot is automatically applying the label bug
to this issue, with a confidence of 0.72. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: app homepage, dashboard and code for this bot.
@manchuwook the dependencies will be updated and the modules issue you described resolved once PR #72 is merged into master.
I used this project as the base for a few production systems and I can assure you the project is very usable.
Let me know if you have any specific questions or concerns.
From the first install, there are over 1700 vulnerabilities and out-of-date libraries. After doing
npm audit fix --force
it takes care of them, but there there is an issue ofmodule.exports
vs.export { Whatever }
in the templates. I like the work that you've done, but I don't feel it is usable anymore.