Carlos R. L. Rodrigues

Results 24 comments of Carlos R. L. Rodrigues

That's a great functionality. Question: I believe we will increase quite a lot the size of the plugins if they now depend on medusa core. Should we think about separating...

Sorry, disregard my comment. I see it's listed as a peerDependencies. Even npm will reuse medusa-code if that's is installed.

@mgrithm could you please setup your IDE/Prettier to respect the `.eslint` to format the code?

Does it make sense to have the link between Order and Fulfillment as a real link and not create `order_id` in the Fulfillment module? I don't know when these are...

Could you please change the base branch to `v1.x` `develop` will be dedicated for Medusa v2

Do you mind sharing your `package.json` dependencies? this is very likely a version issue where 2 different definitions of the same workflow are being exported.

did you try removing your `node_modules` folder, `yarn.lock` file and reinstalling it again?