Uninstalling Plugins¶
npm uninstall @some-author/erii-plugin-xxx
Delete the corresponding plugin files from the plugins/ directory:
rm /path/to/erii/plugins/my-plugin-*.zip
rm -rf /path/to/erii/plugins/config/my-plugin.json
After uninstalling, run:
erii reload
erii plugin refresh
erii refresh
If the server is not running, the change will take effect on the next startup.