Closed celestial-labs closed 4 years ago
in package.json change
"@storefront-ui/vue": "latest",
to
"@storefront-ui/vue": "^0.5.1",
and execute yarn install
Hi @alexSanni, We've been working at the migration to the newest Storefront-UI version, here is the PR #442. We will also change the "latest" version of SFUI to the specific one that we will be support. Thank you for your contribution! :+1:
Describe the bug Default components don't compile when i start yarn build process because @storefront-ui/vue has strongly changed.
How to reproduce initialize a fresh project with
shopware-pwa init
.yarn dev
will failExpected behavior green build
Actual behavior red build
Screenshots