vuestorefront / shopware-pwa

Shopware PWA for eCommerce. Headless storefront solution for Shopware 6, which communicates through the SalesChannel-API. Always Open Source, MIT license. Made with :blue_heart: by shopware AG & Vue Storefront.
https://frontends.shopware.com
MIT License
345 stars 103 forks source link

[BUG] components do not compile; Undefined variable: "$spacer". #448

Closed celestial-labs closed 4 years ago

celestial-labs commented 4 years ago

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 fail

Expected behavior green build

Actual behavior red build

Screenshots

Bildschirmfoto 2020-02-26 um 12 40 06
celestial-labs commented 4 years ago

in package.json change "@storefront-ui/vue": "latest", to "@storefront-ui/vue": "^0.5.1", and execute yarn install

krskibin commented 4 years ago

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: