-
-
Notifications
You must be signed in to change notification settings - Fork 729
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
Deployments breaking due to unmet dependencies #9250
Comments
If I'm not mistaken, its here since when we introduced storybook (and maybe before). |
(finally found it ; it's something around babel... ;)) |
Ok, thanks for addressing this @jibees - apologies if my lead was misleading in the description. |
And apologies if I misled you in the first place @filipefurtad0 🙂 |
Description
We currently have some unmet dependencies on master (could be related to #9243 #9244 #9245).
This can be seen after pulling the latest master and running
bundle install && yarn install
, below the output:EDIT: These are just warnings and don't break the deployment. See below
We can also see the errors appearing on the deployment log:
"Error: Cannot find module '@babel/plugin-proposal-private-property-in-object", on semaphore:
https://semaphoreci.com/openfoodfoundation/openfoodnetwork-2/servers/uk-staging/deploys/1233
The text was updated successfully, but these errors were encountered: