New project Magento integration setup with CLI not working
Replicate
npx @vue-storefront/cli init
Magento integration template
INstall Magento 2 locally
------------------------------------------------------
node v16.20.2
22.04.1-Ubuntu
4 Replies
hi @yeetski 👋 ,
I just tried running this command and didn't have any issues. I do recall once having an issue when I tried running the command when a magento docker container was running. Try running
This will stop all running containers. Then run the init command again. I hope that helps.
For me it was incorrect docker permissions
Solution
Make sure you can run docker without sudo
Thank you rohrig