Upgrading¶
Upgrade to the latest version:
# Upgrade erii
npm update @spcookie/erii
# Reload configuration and plugins
npx erii reload
After upgrading
It is recommended to run erii reload after upgrading to reload all plugin configurations and refresh the configuration cache. If the upgrade involves database schema changes, you will need to restart the server.
Uninstalling¶
npm uninstall -g @spcookie/erii
npm uninstall @spcookie/erii
If the project was created with npm create @spcookie/erii, simply delete the entire project directory:
rm -rf erii