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
{{ message }}
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.
Now, however, when I attempt to run magellan, it fails to load my executors. I'm not sure what I changed that caused this to start happening, but this is the error I am getting:
[ERROR] [Magellan] There are errors in loading executors
[ERROR] [Magellan] Error: Cannot find module './lib/executor'
[ERROR] [Magellan] Error: Cannot find module './lib/executor'
Magellan executors are supposed to be installed via npm. My guess is the whole npm install failed because each executor will do "postinstall": "npm run build" to create ./lib folder inside its own folder in ./node_modules/magellan-xxx-executor after a successful npm install. Please delete ./node_modules and do a fresh npm install.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Magellan was working fine for me until recently.
Now, however, when I attempt to run magellan, it fails to load my executors. I'm not sure what I changed that caused this to start happening, but this is the error I am getting:
This is what my magellan.json looks like:
Kind of stuck since the error message doesn't tell me much - please help.
The text was updated successfully, but these errors were encountered: