why do i get this ENOENT error during install?
I am following the instructions from here. https://docs.vuestorefront.io/magento/installation-setup/installation.html#installation-using-cli
Installation | Vue Storefront 2 for Magento
Documentation for the Magento connector for Vue Storefront 2
5 Replies
something went wrong with the installation, you should be getting logs in the same directory - CLI logs or similar, can you send it here?
from cli_logs.txt:
"v16.16.0
π Node.js version is compatible
π³ Docker is installed and running.
v16.16.0
π Node.js version is compatible
π³ Docker is installed and running."
jonodesktop:commerce_apps$ npx @vue-storefront/cli help
Vue Storefront's CLI.
VERSION
@vue-storefront/cli/4.4.0 linux-x64 node-v16.16.0
my case it was yarn
I solved it by running the command manually
I ran
and then
in your case you would need to check the command that is failing by checking@hulahoops I still have many errors, but it runs πdocker logs
and manually type that command bydocker exec -it bash _yourdockercontainername_
@hulahoops make sure you can run docker without sudo
Hi @hulahoops
Have you solved this problem yet? Can you share it?