Auto Reinstall Modules

Well, My project always reinstall my npm modules every i wake it up.

Also, I use Taichi.db for my database. However, all the data that has been filled in Taichi.db has been empty when Reinstall.

Modules are reinstalled every time the container restarts - there’s nothing you can do about that.
If your db isn’t saving, make sure you commit changes and close the connection if you’re using a module that works like that.

1 Like