vuestorefront / vue-storefront-1

The open-source frontend for any eCommerce. Built with a PWA and headless approach, using a modern JS stack. We have custom integrations with Magento, commercetools, Shopware and Shopify and total coverage is just a matter of time. The API approach also allows you to merge VSF with any third-party tool like CMS, payment gateways or analytics. Newest updates: https://blog.vuestorefront.io. Always Open Source, MIT license.
https://www.vuestorefront.io
MIT License
18 stars 13 forks source link

yarn stuck on building fresh packages #318

Open saeed-abdul-rahim opened 4 years ago

saeed-abdul-rahim commented 4 years ago

Executed docker-compose up

And the terminal is stuck on building fresh packages Which version of yarn should I use?

pkarw commented 4 years ago

Please make sure you've got the https://github.com/nodejs/node-gyp package installed which is required by sharp library

pkarw commented 4 years ago

@andrzejewsky maybe we should add some note or dependency on node-gyp(?) @kkdg do we have anything on that in the installation tutorial?