-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Resolve TypeError: cli.isMultipleCompiler is not a function
errors on local startup
#789
Comments
Hey, can you please share your node version? |
Hi @rgraber , I have tried upgrading Can you please share the sequence of steps of how you are facing this issue exactly? |
rebuilding docker images doesn't raise error either 😢 |
Publisher fails to start up when run in devstack with
make dev.up.frontend-app-publisher
. The error isTypeError: cli.isMultipleCompiler is not a function.
This can be fixed locally by manually installing [email protected] and/or [email protected] in the shell but the app should work on startup without needing extra commands.It's possible the solution is to upgrade to the latest version of Paragon (to bring in this fix: openedx/paragon#1562) but this causes dependency conflicts:
The text was updated successfully, but these errors were encountered: