You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once you're in this state, you cannot uninstall the plugin using plugins uninstall - instead, you need to manually remove the plugin from ~/.local/share/<CLI>/package.json
The text was updated successfully, but these errors were encountered:
This issue has been linked to a new work item: W-14317382
mdonnalley
changed the title
CLI fails to start when ESM plugin with init hook installed from github
CLI fails to start when plugin with init hook installed from github
Oct 17, 2023
Describe the bug
Installing plugins with
init
hook from github url causes all subsequent command executions to throwModuleLoadError
and exitTo Reproduce
sf plugins install https://github.com/oclif/plugin-test-esm-1
sf plugins --core
Workarounds
plugins uninstall
- instead, you need to manually remove the plugin from~/.local/share/<CLI>/package.json
The text was updated successfully, but these errors were encountered: