Best approach for checking out the v2.0 beta multi vendor support #2156
-
First of all - a huge thank you for your amazing work - I’m so delighted that 2.0 will have multivendor support. My question is how best to have a play with it now. I have installed the beta version of vendure with:
And that all works fine, and I see that I have a new ‘seller’ in the admin interface. However when I then try and use the multivendor plugin (which I copy to src/plugins from the vendure repo, with the commit 9ba67a0) and add the MultivendorPlugin to my dev-config.ts, then do a yarn build, I get a typescript compile error, which I assume is a mismatch between the v2.0 beta and the plugin:
I then thought that maybe I could try the major branch of the main repo, but when I try and compile that I get a:
So I guess my question is whether I should stop being impatient and wait for the v2 release, or whether there is a recommended way to start playing with the multivendor support in the beta release. Once again, many many thanks for all you have done with this project! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi, Thanks for pointing this out - the multivendor plugin hasn't been updated with a couple of breaking API changes from the latest beta releases. From those errors I see the following changes are needed:
Hopefully that should then compile for you. You'll still find things are missing - especially the admin ui parts are not yet fleshed out. I'm working on that right now :) |
Beta Was this translation helpful? Give feedback.
Hi,
Thanks for pointing this out - the multivendor plugin hasn't been updated with a couple of breaking API changes from the latest beta releases. From those errors I see the following changes are needed:
Hopefully that should then compile for you. You'll still find things are missing - especially the admin ui parts are n…