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 for the changes to take effect.