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
[X] I agree to follow this project's Code of Conduct
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 errorCannot 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 thepackage.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