A
Alokai•13mo ago
yeetski

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
No description
Solution:
Make sure you can run docker without sudo
Jump to solution
4 Replies
rohrig
rohrig•13mo ago
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
docker stop $(docker ps -aq)
docker stop $(docker ps -aq)
This will stop all running containers. Then run the init command again. I hope that helps.
yeetski
yeetskiOP•13mo ago
For me it was incorrect docker permissions
Solution
yeetski
yeetski•13mo ago
Make sure you can run docker without sudo
yeetski
yeetskiOP•13mo ago
Thank you rohrig

Did you find this page helpful?