BitBagCommerce / SyliusVueStorefront2Frontend

Front-end part of SyliusVueStorefront2 integration
MIT License
7 stars 3 forks source link

Can't make the Sylius VueStorefront work locally #199

Open infusion opened 1 year ago

infusion commented 1 year ago

What is your question / Please describe your issue

Hey,

I'm trying to set up a new VSF project with Sylius, however when starting the application locally with yarn dev, it fails with the error Cannot find module '@vue-storefront/sylius-api/server'. This is the case for both, the maintained project https://github.com/BitBagCommerce/SyliusVueStorefront2Frontend here as well as the old repository https://github.com/vuestorefront-community/sylius . Another problem I got is that VSF requires node 16, while these two packages pin node to version 14. I removed the engine part of the package.json to be able to install it at all, but it fails when starting up. Is there anything I can do?

Thanks Robert

What version of Sylius Integration are you using?

1.12

Code of Conduct

nkamuo commented 8 months ago

I'm having the same issue. Do anybody have a solution to this?